walkor / phpsocket.io

A server side alternative implementation of socket.io in PHP based on workerman.
2.3k stars 507 forks source link

How connect to socket.io nodejs #221

Open minhvn opened 4 years ago

minhvn commented 4 years ago

Hi @walkor , How I can connect from this to socket.io from nodejs, some site give socket io, but cannot use php to subscribe chanel, can you help me. Thank you very much.

walkor commented 4 years ago

https://github.com/rase-/socket.io-php-emitter https://github.com/psinetron/PHP_SocketIO_Client

Can these projects help you?