0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-12 11:38:11 +00:00
crazy-max_diun/vendor/github.com/gorilla/websocket
2024-12-14 22:30:21 +01:00
..
.gitignore chore: go mod vendor 2024-12-14 22:30:21 +01:00
AUTHORS chore: go mod vendor 2024-12-14 22:30:21 +01:00
client.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
compression.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
conn.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
doc.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
join.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
json.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
LICENSE chore: go mod vendor 2024-12-14 22:30:21 +01:00
mask.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
mask_safe.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
prepared.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
proxy.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
server.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
tls_handshake.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
tls_handshake_116.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
util.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
x_net_proxy.go chore: go mod vendor 2024-12-14 22:30: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.