/websocket

A fast, well-tested and widely used WebSocket implementation for Go.

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

go.smantic.dev/websocket

GoDoc

WebSocket is a Go implementation of the WebSocket protocol.


Documentation

Status

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

Installation

go get go.smantic.dev/websocket

Protocol Compliance

The WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.