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
走同樣的路,發(fā)現(xiàn)不同的人生
Use Server Push
, such as websocket
.
For PHP, it can be combined with other languages, or it can be implemented using Workerman or Swoole.