Top "Chat" questions

Generic term for "Instant Messaging System". It can also represent a discussion that occurs in an Instant Messaging System.

How to create chat bubbles like facebook Messenger

How would I create chat bubbles like this. More specifically how to group two ore more consecutive messages by one …

html css chat
Is there a way to embed an iframe in an email with text that updates?

I want to embed an iframe inside an email that contains the 10 most recent chat messages. Is there a way …

email iframe chat html-email
Node.js video chat application

How would you implement a video chat application using node.js? Any resources(tutorials, books, links) or a general gameplan/…

node.js web-applications video chat
Android DatagramSocket error message: EADDRINUSE (Address already in use)

I am trying to write a simple android chat app. I have created a service class which handles all the …

android sockets networking chat
Google Hangouts Meet API Documentation

I'm looking for original api documentation for Google Hangouts Meet. I noticed that one the bots hangups https://github.com/…

java api chat google-hangouts hangouts-api
PHP Socket Server vs node.js: Web Chat

I want to program a HTTP WebChat using long-held HTTP requests (Comet), ajax and websockets (depending on the browser used). …

php node.js sockets chat
What is the proper way to manage multiple chat rooms with socket.io?

What is the proper way to manage multiple chat rooms with socket.io? So on the server there would be …

node.js chat socket.io
Is it Ok to use HTTP REST API for Chat application?

We are building a chat application in Android. We are thinking of using HTTP REST API to send outbound messages. …

android xmpp chat
Display images in TextBlock (WPF)

I'm working on a simple chat application. Currently the messages are binded to a custom-styled listbox like this (simplified XAML): &…

wpf chat textblock
React native flatlist initial scroll to bottom

I am trying to create a chat in React native using a <Flatlist /> Like WhatsApp and other chat …

react-native chat react-native-flatlist