simple chat made with phpsocket.io and socket.io client
A server side alternative implementation of socket.io in PHP based on Workerman.
cd examples/chat
php -S localhost:3000 -t public
php socket_server.php start
for debug mode
php socket_server.php start -d
for daemon mode
php socket_server.php stop
php socket_server.php status
MIT