Go-Extras WebSocket is a Go implementation of the WebSocket protocol. It is based on Gorilla Websocket, which was archived by its authors in Dec 2022.
The Go-Extras WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/go-extras/websocket
The Go-Extras WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.
Contributions are welcome! Please feel free to submit any issues or pull requests.
This module is licensed under the BSD-2-Clause License. See the LICENSE file for details.