websocket icon indicating copy to clipboard operation
websocket copied to clipboard

An implementation of the websocket written in pure Go

WebSocket

WebSocket 协议 RFC-6455 的实现

TODO

  • ws-client
  • [x] Handshake
  • [x] SendFrame
  • [x] RecvFrame
  • [x] Close
  • ws-server