How do I make a chatting webpage using html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do I make a chatting webpage using html?

I want to make a chatting app with html

4th May 2018, 12:43 PM
Manan
Manan - avatar
3 Answers
+ 1
Not with only html that's for sure. Use PHP as backend or NodeJs for real time socket server
4th May 2018, 1:02 PM
Toni Isotalo
Toni Isotalo - avatar
+ 2
Toni Isotalo For a chat system you should definitely use node. It's much better at handling real time connections.
4th May 2018, 4:34 PM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 1
PHP, MySQL, jQuery
4th May 2018, 4:54 PM
Yaroslav Burashnikov
Yaroslav Burashnikov - avatar