We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 是 HTML5 提出的协议。
和 HTTP 协议有交集,但不是包含关系。
websocket 是基于 HTTP 的,借用了 HTTP 协议来完成一部分握手,在握手阶段是一样的。
客户端到服务端要经过两层代理:HTTP 协议经过 Nginx 等服务器解析,再传送给服务器处理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
websocket 是什么?
websocket 是 HTML5 提出的协议。
和 HTTP 协议有交集,但不是包含关系。
websocket 是基于 HTTP 的,借用了 HTTP 协议来完成一部分握手,在握手阶段是一样的。
HTTP 协议有什么缺点?
websocket 有什么优点
其他背景知识
客户端到服务端要经过两层代理:HTTP 协议经过 Nginx 等服务器解析,再传送给服务器处理
The text was updated successfully, but these errors were encountered: