NodeJS with Socket.IO delay emitting data

前端 未结 4 1993
春和景丽
春和景丽 2020-12-17 04:08

I am using the example from the Socket.IO homepage (http://socket.io/). It works and everything, but there is a huge delay between the time data is sent, and when that data

4条回答
  •  無奈伤痛
    2020-12-17 04:59

    What browser are you using? Socket.IO degrades down to polling, which would be much slower than native browser web sockets or flash polling.

提交回复
热议问题