Skip to content

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

Open
@haizhilin2013

Description

@haizhilin2013

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

Activity

wenyejie

wenyejie commented on May 27, 2019

@wenyejie

轮询?

rocky-191

rocky-191 commented on May 27, 2019

@rocky-191

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

tzjoke

tzjoke commented on May 28, 2019

@tzjoke

ajax poll / long poll

seho-dev

seho-dev commented on Sep 10, 2019

@seho-dev

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

abueavan

abueavan commented on Nov 17, 2019

@abueavan

Socket.IO:

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

blueRoach commented on Jul 15, 2020

@blueRoach

SockJS

smile-2008

smile-2008 commented on Oct 13, 2020

@smile-2008

Socket.IO:

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

smile-2008

smile-2008 commented on Nov 2, 2020

@smile-2008

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@wenyejie@haizhilin2013@rocky-191@blueRoach

        Issue actions

          [html] 第41天 webSocket怎么做兼容处理? · Issue #152 · haizlin/fe-interview