How we can make a group chat by real time application? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How we can make a group chat by real time application?

Just copy past a link or give us a short comment!

1st Feb 2019, 7:06 PM
Mohammad Qasem Azimi
Mohammad Qasem Azimi - avatar
4 ответов
+ 2
//Firebase is popular for real-time chat applications https://firebase.google.com
1st Feb 2019, 8:37 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 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!
1st Feb 2019, 7:16 PM
Mohammad Qasem Azimi
Mohammad Qasem Azimi - avatar
+ 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.
1st Feb 2019, 7:11 PM
Seb TheS
Seb TheS - avatar
0
The best solution is Web socket.io and node.js
11th Mar 2019, 6:26 AM
Mohammad Qasem Azimi
Mohammad Qasem Azimi - avatar