We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0e702 commit a44f9f8Copy full SHA for a44f9f8
5-network/11-websocket/article.md
@@ -1,6 +1,6 @@
1
# WebSocket
2
3
-在 [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455) 规范中描述的 `WebSocket` 协议,提供了一种在浏览器和服务器之间建立持久连接来交换数据的方法。数据可以作为“数据包”在两个方向上传递,而无需中段连接也无需额外的 HTTP 请求。
+在 [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455) 规范中描述的 `WebSocket` 协议,提供了一种在浏览器和服务器之间建立持久连接来交换数据的方法。数据可以作为“数据包”在两个方向上传递,而无需中断连接也无需额外的 HTTP 请求。
4
5
对于需要连续数据交换的服务,例如网络游戏,实时交易系统等,WebSocket 尤其有用。
6
0 commit comments