postmoogle/vendor/github.com/gorilla/websocket
2022-11-16 12:08:51 +02:00
..
.gitignore add vendoring 2022-11-16 12:08:51 +02:00
AUTHORS add vendoring 2022-11-16 12:08:51 +02:00
client.go add vendoring 2022-11-16 12:08:51 +02:00
compression.go add vendoring 2022-11-16 12:08:51 +02:00
conn.go add vendoring 2022-11-16 12:08:51 +02:00
doc.go add vendoring 2022-11-16 12:08:51 +02:00
join.go add vendoring 2022-11-16 12:08:51 +02:00
json.go add vendoring 2022-11-16 12:08:51 +02:00
LICENSE add vendoring 2022-11-16 12:08:51 +02:00
mask.go add vendoring 2022-11-16 12:08:51 +02:00
mask_safe.go add vendoring 2022-11-16 12:08:51 +02:00
prepared.go add vendoring 2022-11-16 12:08:51 +02:00
proxy.go add vendoring 2022-11-16 12:08:51 +02:00
README.md add vendoring 2022-11-16 12:08:51 +02:00
server.go add vendoring 2022-11-16 12:08:51 +02:00
tls_handshake.go add vendoring 2022-11-16 12:08:51 +02:00
tls_handshake_116.go add vendoring 2022-11-16 12:08:51 +02:00
util.go add vendoring 2022-11-16 12:08:51 +02:00
x_net_proxy.go add vendoring 2022-11-16 12:08:51 +02: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.