Top "Chat" questions

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

Creating a private chat between a key using a node.js and socket.io

How do I emit a message to all users in a private chat sharing a conversation_id using node.js …

javascript node.js socket.io chat
How can I program a simple chat bot AI?

I want to build a bot that asks someone a few simple questions and branches based on the answer. I …

language-agnostic artificial-intelligence chat chatbot
running my own jabber/xmpp server

Can I make my own jabber server.So that if I run my website xyz then people should be be …

chat xmpp
ionic 2 + angular 2 : auto scroll to bottom of list / page / chat

I'm trying to code a page with two segments "chat" and "content". I want that one "chat" segment the page …

javascript angular chat ionic2 autoscroll
C# TCP/IP simple chat with multiple-clients

I'm learning c# socket programming. So, I decided to make a TCP chat, the basic idea is that A client …

c# sockets tcp chat tcplistener
JavaFX: How to make enter key submit TextArea

Sorry if this seems a little too easy, I'm brand new to JavaFX, this is my first little app built …

java javafx chat
HTML Viber link to specific number

I need help to implement Viber number in my application. It should connect user directly with Viber chat option and …

html hyperlink chat viber
what is the reason for "org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe" error in my java corba chat application

I have been trying to run a java corba chat application ref:-https://github.com/ehl/TalkCat In that when …

java chat corba
Writing/reading string through NetworkStream (sockets) for a chat

Sorry if this is hard to understand, trying out C# for the first time. I am trying to make a …

c# string sockets chat networkstream
Creating a real-time chat with php and javascript

My goal is to create a real-time chat similar to the Facebook chat, from scratch. I want to store all …

javascript php mysql chat comet