lijian 48c2e0e9f9 依赖更新为 go mod hai 1 ano
..
.gitignore 48c2e0e9f9 依赖更新为 go mod hai 1 ano
AUTHORS 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
LICENSE 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
README.md 48c2e0e9f9 依赖更新为 go mod hai 1 ano
client.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
compression.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
conn.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
doc.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
join.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
json.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
mask.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
mask_safe.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
prepared.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
proxy.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
server.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
tls_handshake.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
tls_handshake_116.go 48c2e0e9f9 依赖更新为 go mod hai 1 ano
util.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos
x_net_proxy.go 5260fb3f71 修改etcd v3 %!s(int64=4) %!d(string=hai) anos

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.