Here are
1,985 public repositories
matching this topic...
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Open source, native iOS Messenger, with audio/video calls and realtime chat conversations (full offline support).
Updated
Dec 18, 2020
Swift
Desktop application for Instagram DMs
Updated
Dec 21, 2020
JavaScript
Live Helper Chat - live support for your website. Featuring web and mobile apps. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.
Updated
Dec 21, 2020
Objective-C
Otto makes machine learning an intuitive, natural language experience. 🏆 Facebook AI Hackathon winner ⭐️ #1 Trending on MadeWithML.com ⭐️ #4 Trending JavaScript Project on GitHub ⭐️ #15 Trending (All Languages) on GitHub
Updated
Jul 30, 2020
JavaScript
fb-messenger-cli, console Facebook messenger
Updated
Dec 21, 2020
JavaScript
Chat with features : Login with Google | Send Photo Camera | Send Photo Gallery | Send Location
Updated
Oct 25, 2019
Java
A feature-rich chat widget for Rasa and Botfront
Updated
Dec 16, 2020
JavaScript
Mibew Messenger - open-source live support application
A Qt5-based IM client for Matrix
The Grass Computing Platform
End-to-end encrypted instant web chat
Updated
Dec 11, 2020
JavaScript
Real-time Messenger for Laravel
🌟 🌟 🌟 🌟 🌟 Falcon Messenger is a Fast and Beautiful cloud-based messaging app. With iOS and IPadOS Support. Available on the App Store.
Updated
Nov 10, 2020
Swift
A full-fledged one-to-one chat app developed entirely in Flutter
Updated
Sep 12, 2020
Dart
❯❯❯ Chat without leaving your terminal
Updated
Oct 1, 2018
JavaScript
Android Chat SDK built on Firebase
Updated
Nov 12, 2019
Java
A conference call implementation using WebRTC, Socket.io and Node.js
Updated
Dec 30, 2020
JavaScript
A beautiful chat rooms component made with Vue.js
💬 Nio is an upcoming matrix client for iOS.
Updated
Dec 24, 2020
Swift
Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
Updated
Dec 3, 2020
Python
Tinode web chat using React
Updated
Dec 28, 2020
JavaScript
Public & Private message. MySQL & Firebase.
Updated
Jul 7, 2019
JavaScript
Fully Functioning Messenger (Like Whatsapp) in Flutter
Updated
Dec 10, 2020
Dart
💬 A simple facebook/linkedin lookalike chat module for Angular applications.
Updated
Oct 15, 2020
TypeScript
Improve this page
Add a description, image, and links to the
chat-application
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
chat-application
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Problem
We need to be able to calculate how long it takes for a conversation to be closed ("resolved").
Right now the way we determine if a conversation is closed is by looking at the
statusfield, which can currently only be"open"or"closed".Solution
closed_atfield to theconversationstable (as autc_datetime)