service/vendor/github.com/gorilla/websocket
lwl0608 9a00286db6 service 2023-12-21 22:17:40 +08:00
..
.gitignore service 2023-12-21 22:17:40 +08:00
AUTHORS service 2023-12-21 22:17:40 +08:00
LICENSE service 2023-12-21 22:17:40 +08:00
README.md service 2023-12-21 22:17:40 +08:00
client.go service 2023-12-21 22:17:40 +08:00
compression.go service 2023-12-21 22:17:40 +08:00
conn.go service 2023-12-21 22:17:40 +08:00
doc.go service 2023-12-21 22:17:40 +08:00
join.go service 2023-12-21 22:17:40 +08:00
json.go service 2023-12-21 22:17:40 +08:00
mask.go service 2023-12-21 22:17:40 +08:00
mask_safe.go service 2023-12-21 22:17:40 +08:00
prepared.go service 2023-12-21 22:17:40 +08:00
proxy.go service 2023-12-21 22:17:40 +08:00
server.go service 2023-12-21 22:17:40 +08:00
tls_handshake.go service 2023-12-21 22:17:40 +08:00
tls_handshake_116.go service 2023-12-21 22:17:40 +08:00
util.go service 2023-12-21 22:17:40 +08:00
x_net_proxy.go service 2023-12-21 22:17:40 +08:00

README.md

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.