Ajax polling obviously won't work, which will put a lot of pressure on the server, so I would like to ask if there is a better method that can run normally in a big data environment
怪我咯2017-07-03 11:42:53
Use Server Push
, such as websocket
.
For PHP, it can be combined with other languages, or it can be implemented using Workerman or Swoole.