+ 3
How do I make a chatting webpage using html?
I want to make a chatting app with html
3 Respuestas
+ 1
Not with only html that's for sure. Use PHP as backend or NodeJs for real time socket server
+ 2
Toni Isotalo For a chat system you should definitely use node. It's much better at handling real time connections.
+ 1
PHP, MySQL, jQuery