0
How can i create a live chat
php
2 ответов
+ 1
I'm not sure about PHP
But you probably need to work with sockets which maintains a socket connection between server and multiple clients.
+ 1
Yeah. Something like this
https://phppot.com/php/simple-php-chat-using-websocket/