Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razonyang/websocket-protocol

WebSocket协议译文
https://github.com/razonyang/websocket-protocol

Last synced: about 1 month ago
JSON representation

WebSocket协议译文

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)