matrix-go-test/vendor/github.com/gorilla/websocket
2023-02-08 18:23:21 +01:00
..
.gitignore Stuff 2023-02-08 18:23:21 +01:00
AUTHORS Stuff 2023-02-08 18:23:21 +01:00
client.go Stuff 2023-02-08 18:23:21 +01:00
compression.go Stuff 2023-02-08 18:23:21 +01:00
conn.go Stuff 2023-02-08 18:23:21 +01:00
doc.go Stuff 2023-02-08 18:23:21 +01:00
join.go Stuff 2023-02-08 18:23:21 +01:00
json.go Stuff 2023-02-08 18:23:21 +01:00
LICENSE Stuff 2023-02-08 18:23:21 +01:00
mask.go Stuff 2023-02-08 18:23:21 +01:00
mask_safe.go Stuff 2023-02-08 18:23:21 +01:00
prepared.go Stuff 2023-02-08 18:23:21 +01:00
proxy.go Stuff 2023-02-08 18:23:21 +01:00
README.md Stuff 2023-02-08 18:23:21 +01:00
server.go Stuff 2023-02-08 18:23:21 +01:00
tls_handshake.go Stuff 2023-02-08 18:23:21 +01:00
tls_handshake_116.go Stuff 2023-02-08 18:23:21 +01:00
util.go Stuff 2023-02-08 18:23:21 +01:00
x_net_proxy.go Stuff 2023-02-08 18:23:21 +01: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.