This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
miniauthold/vendor/github.com/gorilla/websocket
kekskurse 19dab2268e
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/playwright unknown status
ci/woodpecker/push/deplyoment unknown status
chore: login methode return user
2025-05-25 20:41:22 +02:00
..
.gitignore chore: login methode return user 2025-05-25 20:41:22 +02:00
AUTHORS chore: login methode return user 2025-05-25 20:41:22 +02:00
client.go chore: login methode return user 2025-05-25 20:41:22 +02:00
compression.go chore: login methode return user 2025-05-25 20:41:22 +02:00
conn.go chore: login methode return user 2025-05-25 20:41:22 +02:00
doc.go chore: login methode return user 2025-05-25 20:41:22 +02:00
join.go chore: login methode return user 2025-05-25 20:41:22 +02:00
json.go chore: login methode return user 2025-05-25 20:41:22 +02:00
LICENSE chore: login methode return user 2025-05-25 20:41:22 +02:00
mask.go chore: login methode return user 2025-05-25 20:41:22 +02:00
mask_safe.go chore: login methode return user 2025-05-25 20:41:22 +02:00
prepared.go chore: login methode return user 2025-05-25 20:41:22 +02:00
proxy.go chore: login methode return user 2025-05-25 20:41:22 +02:00
README.md chore: login methode return user 2025-05-25 20:41:22 +02:00
server.go chore: login methode return user 2025-05-25 20:41:22 +02:00
tls_handshake.go chore: login methode return user 2025-05-25 20:41:22 +02:00
tls_handshake_116.go chore: login methode return user 2025-05-25 20:41:22 +02:00
util.go chore: login methode return user 2025-05-25 20:41:22 +02:00
x_net_proxy.go chore: login methode return user 2025-05-25 20:41:22 +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.