0
How we can make a group chat by real time application?
Just copy past a link or give us a short comment!
4 ответов
+ 2
//Firebase is popular for real-time chat applications
https://firebase.google.com
+ 2
Thank you Seb TheS but it's not real time! I need to show what a user typed in to the group chat, at the same time to other users!
+ 1
An easy way could be to save an "account" in a dropbox.
And make a script that makes a message log in a dropbox and user to be able to modify the log by "sending" the message.
Maybe not the right way.
0
The best solution is Web socket.io and node.js