hayai/vendor/github.com/gorilla/websocket
2024-12-21 17:26:50 +01:00
..
.gitignore add vendor 2024-12-21 17:26:50 +01:00
AUTHORS add vendor 2024-12-21 17:26:50 +01:00
client.go add vendor 2024-12-21 17:26:50 +01:00
compression.go add vendor 2024-12-21 17:26:50 +01:00
conn.go add vendor 2024-12-21 17:26:50 +01:00
doc.go add vendor 2024-12-21 17:26:50 +01:00
join.go add vendor 2024-12-21 17:26:50 +01:00
json.go add vendor 2024-12-21 17:26:50 +01:00
LICENSE add vendor 2024-12-21 17:26:50 +01:00
mask_safe.go add vendor 2024-12-21 17:26:50 +01:00
mask.go add vendor 2024-12-21 17:26:50 +01:00
prepared.go add vendor 2024-12-21 17:26:50 +01:00
proxy.go add vendor 2024-12-21 17:26:50 +01:00
README.md add vendor 2024-12-21 17:26:50 +01:00
server.go add vendor 2024-12-21 17:26:50 +01:00
tls_handshake_116.go add vendor 2024-12-21 17:26:50 +01:00
tls_handshake.go add vendor 2024-12-21 17:26:50 +01:00
util.go add vendor 2024-12-21 17:26:50 +01:00
x_net_proxy.go add vendor 2024-12-21 17:26:50 +01:00

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

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.