How to make chat in the web | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make chat in the web

hello, Is there one has an idea about the creation of a simple chat site with Register and login and peer to peer chat

6th Mar 2017, 4:47 AM
Mohammed Elhafed Messini
Mohammed Elhafed Messini - avatar
5 Answers
+ 8
You can use Ajax for light chat ( doesn't support lot of users at same time )...
7th Mar 2017, 10:50 AM
visph
visph - avatar
+ 6
use facebook js php (use both for best practice) to let the user login to your site. Then, you need to meet best language of web the php. You need to design the position and show hide by yourself. If you want ready and not want to make it yourself,, there is free sources to download this chat plugin for wordpress. But you need to install wordpress to use this.
6th Mar 2017, 3:31 PM
Animesh
Animesh - avatar
+ 3
you can try to use websocket...
6th Mar 2017, 6:41 AM
Nicodechal
+ 3
yah.
8th Mar 2017, 7:15 PM
Masud Rana
Masud Rana - avatar
0
You can try webrtc for peer to peer chat application with nodejs socket.io for signalling.
13th Jan 2018, 7:36 PM
Amol Agre
Amol Agre - avatar