Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第41天 webSocket怎么做兼容处理? #152

Open
haizhilin2013 opened this issue May 26, 2019 · 8 comments
Open

[html] 第41天 webSocket怎么做兼容处理? #152

haizhilin2013 opened this issue May 26, 2019 · 8 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第41天 webSocket怎么做兼容处理?

@haizhilin2013 haizhilin2013 added the html html label May 26, 2019
@wenyejie
Copy link

轮询?

@rocky-191
Copy link

轮询或长连接的方式实现伪websocket的通信

@tzjoke
Copy link

tzjoke commented May 28, 2019

ajax poll / long poll

@seho-dev
Copy link

SSE服务,之前的题提到过
eventSouce

@abueavan
Copy link

Socket.IO:

  • Adobe Flash Socket(缺点:需要在服务器上打开一个额外的端口,默认为10843)
  • Ajax long polling
  • Ajax multipart streaming
  • Forever iframe
  • JSONP polling

@blueRoach
Copy link

SockJS

@MrZ2019
Copy link

MrZ2019 commented Oct 13, 2020

Socket.IO:

Adobe Flash Socket(缺点:需要在服务器上打开一个额外的端口,默认为10843)
Ajax long polling
Ajax multipart streaming
Forever iframe
JSONP polling

@MrZ2019
Copy link

MrZ2019 commented Nov 2, 2020

轮询或长连接的方式实现伪websocket的通信

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

8 participants