SocketIO
SocketIO copied to clipboard
Sending an event to the server or client from another php file in the project
Hello. Is it possible to send an event to a frontend client or a backend server from another php file in the project? Here, for example, how it is implemented in the Workerman PHP SocketIO library. https://github.com/walkor/phpsocket.io/issues/228
Hi @DimmmCom ,
Currently this is not tested yet with workerman, but if you want to contribute to this package just send a pull request.
Thank you