stalinone

Results 2 comments of stalinone

Not sure what you're trying to achieve, but you could/should treat your slim-based application & PHPSocketIO-based application as different services. Your socket-io app could just issue web request to slim-based...

If so I think the document has discussed about how to do it in [here](https://github.com/walkor/phpsocket.io/tree/master/docs/zh#workerstart%E4%BA%8B%E4%BB%B6). The author also provided an example in [this repo](https://github.com/walkor/web-msg-sender). The description is in Chinese but...