phpsocket.io icon indicating copy to clipboard operation
phpsocket.io copied to clipboard

Socket.IO php server side alternative

Results 6 phpsocket.io issues
Sort by recently updated
recently updated
newest added

soy algo nuevo con el tema websockets no se como inicializar el server.php

When I use composer to get references I am getting following error: Fatal error: Class 'EventBase' not found in Also I downloaded code from github and tried same thing happened.

Would there be a way to use PHP to send an event to the server, which will emit the message to the clients? I could be something like this: $i...

Since I did composer update last time, I started getting following error. Looks like Symfony has deprecated few methods in EventDespatcher. The Symfony\Component\EventDispatcher\Event::getName method is deprecated since version 2.4 and...

Does the current server implementation support JavaScript client v1.0 and later?

How can I get POST request params when I am using "onRequest" method?