对于低端不支持 websocket 的浏览器,一般有几个解决方案
使用轮询或长连接的方式实现伪 websocket 的通信
使用 flash 或其他方法实现一个 websocket 客户端 :
参考 参考
0