Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 329 Bytes

WebSocket

WebSocket 协议 RFC-6455 的实现

TODO

  • ws-client
  • Handshake
  • SendFrame
  • RecvFrame
  • Close
  • ws-server