We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第41天 webSocket怎么做兼容处理?
轮询?
轮询或长连接的方式实现伪websocket的通信
ajax poll / long poll
SSE服务,之前的题提到过 eventSouce
Socket.IO:
SockJS
Adobe Flash Socket(缺点:需要在服务器上打开一个额外的端口,默认为10843) Ajax long polling Ajax multipart streaming Forever iframe JSONP polling
Activity
wenyejie commentedon May 27, 2019
轮询?
rocky-191 commentedon May 27, 2019
轮询或长连接的方式实现伪websocket的通信
tzjoke commentedon May 28, 2019
ajax poll / long poll
seho-dev commentedon Sep 10, 2019
SSE服务,之前的题提到过
eventSouce
abueavan commentedon Nov 17, 2019
Socket.IO:
blueRoach commentedon Jul 15, 2020
SockJS
smile-2008 commentedon Oct 13, 2020
Socket.IO:
Adobe Flash Socket(缺点:需要在服务器上打开一个额外的端口,默认为10843)
Ajax long polling
Ajax multipart streaming
Forever iframe
JSONP polling
smile-2008 commentedon Nov 2, 2020
轮询或长连接的方式实现伪websocket的通信