WebSocket is a Go implementation of the WebSocket protocol.
WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
This project is a fork of gorilla/websocket.
No feature development will be done on this package, only security issues and critical fixes.
If you would like to raise an issue please contact me at tyler@smantic.dev
go get go.smantic.dev/websocket
The WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.