-
Hi ! I created a Workerman Websocket Server and connected the client with my own javascript library. That's fine. But I'm unable to create a connection between the standard .php served by the apache server and the workerman server. For example: A user upload some data and I want to signal Workerman to broadcast a message to all connected clients. I can do it if I send the message from Javascript but I really want to send the signal from php to php. Can anybody help me please? (If its without using any other library than workerman will be better). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution using: textalk/websocket |
Beta Was this translation helpful? Give feedback.
Found a solution using: textalk/websocket