Files
stash/vendor/github.com/gorilla/websocket
WithoutPants bba7c23957 Upgrade to go 1.19 and update dependencies (#3069)
* Update to go 1.19
* Update dependencies
* Update cross-compile script
* Add missing targets to cross-compile-all
* Update cache action to remove warning
2022-11-04 13:41:26 +11:00
..
2019-05-27 12:34:26 -07:00
2019-05-27 12:34:26 -07:00
2019-02-09 16:56:50 -08:00
2020-09-15 17:28:53 +10:00
2020-09-15 17:28:53 +10:00
2019-05-27 12:34:26 -07:00
2019-02-09 16:56:50 -08:00
2020-09-15 17:28:53 +10:00
2020-09-15 17:28:53 +10:00
2019-05-27 12:34:26 -07:00

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.


⚠️ The Gorilla WebSocket Package is looking for a new maintainer


Documentation

Status

The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.

Installation

go get github.com/gorilla/websocket

Protocol Compliance

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