websocket
https://github.com/gorilla/websocket
Go
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported4 Subscribers
Add a CodeTriage badge to websocket
Help out
- Issues
- Add softer ReadMessage timeout mechanism that only cancels the operation and doesn't corrupt the entire connection
- Use different errors for connection closed between frames and within a frame
- Graceful shutdown of the websocket connection.
- Support WebAssembly / GopherJS
- Websockets over HTTP/2
- Improve upgrader documentation regarding protocols
- rfc7692 context-takeover implemention
- Want to implement rfc7692, but writer side can not be implemented
- Increase in memory usage when compression is on
- Docs
- Go not yet supported