Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kanrichan/websocket

An implementation of the websocket written in pure Go
https://github.com/kanrichan/websocket

websocket websocket-client websocket-protocol

Last synced: about 1 month ago
JSON representation

An implementation of the websocket written in pure Go

Awesome Lists containing this project

README

        

# WebSocket
`WebSocket` 协议 [RFC-6455](https://datatracker.ietf.org/doc/html/rfc6455) 的实现

### TODO
- ws-client
+ [x] Handshake
+ [x] SendFrame
+ [x] RecvFrame
+ [x] Close
- ws-server