Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razonyang/websocket-protocol
WebSocket协议译文
https://github.com/razonyang/websocket-protocol
Last synced: about 1 month ago
JSON representation
WebSocket协议译文
- Host: GitHub
- URL: https://github.com/razonyang/websocket-protocol
- Owner: razonyang
- License: other
- Created: 2016-09-21T13:59:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T07:10:06.000Z (over 1 year ago)
- Last Synced: 2024-04-13T22:25:46.593Z (7 months ago)
- Language: GCC Machine Description
- Homepage: https://docs.headwindfly.com/doc/websocket
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security-considerations.md
Awesome Lists containing this project
README
WebSocket 协议
============在线阅读:https://docs.headwindfly.com/doc/websocket
原项目:https://github.com/zhangkaitao/websocket-protocol
## 目录
建议:对照英文版一起阅读。英文版地址:《[The WebSocket Protocol](http://tools.ietf.org/html/rfc6455)》。* [00.摘要](abstract.md)
* [00.本备忘录状态](status-of-this-memo.md)
* [00.版权声明](copyright-notice.md)
* [01.引言](introduction.md)
* [02.一致性要求](conformance-requirements.md)
* [03.WebSocket URI](websocket-uri.md)
* [04.打开阶段握手](opening-handshake.md)
* [05.数据帧](data-framing.md)
* [06.发送和接收数据](sending-and-receiving-data.md)
* [07.关闭连接](closing-the-connection.md)
* [08.错误处理](error-handling.md)
* [09.扩展](extensions.md)
* [10.安全注意事项](security-considerations.md)
* [11.IANA考虑](iana-considerations.md)
* [12.其他规范使用WebSocket协议](using-the-websocket-protocol-from-other-specifications.md)
* [13.致谢](acknowledgements.md)
* [14.参考资料](references.md)