+ 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
5 Answers
+ 8
You can use Ajax for light chat ( doesn't support lot of users at same time )...
+ 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.
+ 3
you can try to use websocket...
+ 3
yah.
0
You can try webrtc for peer to peer chat application with nodejs socket.io for signalling.