How to implement long links in php
How to implement long links in php
websocket recommends swoole
The so-called long connection actually means holding the request on the server side and not returning immediately. It waits until there is data before responding, and then the client initiates the request again.
http://blog.csdn.net/wolfqong...
Swoole’s documentation and cases have always been flawed
If you are a novice, consider Workerman, the official website demo is very nice, and the documentation is also nice
workerman and swoole