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

websocket #84

Open
Lawguancong opened this issue Sep 27, 2021 · 0 comments
Open

websocket #84

Lawguancong opened this issue Sep 27, 2021 · 0 comments

Comments

@Lawguancong
Copy link
Owner

Lawguancong commented Sep 27, 2021

什么是websocket

WebSocket protocol是HTML5一种新的协议。它实现了浏览器与服务器全双工通信,同时允许跨域通讯,是server push技术的一种很好的实现。
http://www.ruanyifeng.com/blog/2017/05/websocket.html

websocket是如何进行握手的

https://blog.csdn.net/yournevermore/article/details/103067079
https://www.cnblogs.com/piperck/p/7058915.html

webSocket如何兼容低浏览器

https://blog.csdn.net/JsRoccketq/article/details/100832501
https://developer.aliyun.com/article/243722

websocket有时会出现掉线的问题,怎么解决?

加入心跳机制,巴拉巴拉。
https://juejin.cn/post/6844903746044968974

参考链接

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

No branches or pull requests

1 participant