jquery-chat
jquery-chat copied to clipboard
100% Javascript realtime chat like facebook/gmail web style built with jQuery + Node.js + Socket.IO
fffffff
how can I see the chat history with whom what did I talk how can I pull it back once the user comes back to the chat session?
Hi , I am using your chat and it awesome chat, but is there a server using golang?
http://123.xxx.194.1:3000/socket.io/1/?t=1522322668048 with response: {"code":0,"message":"Transport unknown"} socketIO version [email protected]
I have problem with node server. I have latest stable version of node, and "socket.io": "^2.0.3". And I got error { "code": 0, "message": "Transport unknown" }
Hi I have one server and in that server there are multiple projects. Is there is anyway to use the chat application without colliding different users of different projects. And...
Hi I want to know the purpose of custom message. Like how and where we are using that. Cant able to figure out the usage of that custom message.
I just started, to make a new feauture. Group messages. You can create new Groups, and add people on it, and this group is live till somebody is online. If...