liuxiulin 30a81ab368 fix bug %!s(int64=2) %!d(string=hai) anos
..
.gitignore 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
AUTHORS 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
LICENSE 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
README.md 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
client.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
compression.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
conn.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
doc.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
go.mod 30a81ab368 fix bug %!s(int64=2) %!d(string=hai) anos
go.sum 30a81ab368 fix bug %!s(int64=2) %!d(string=hai) anos
join.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
json.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
mask.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
mask_safe.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
prepared.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
proxy.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
server.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
tls_handshake.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
tls_handshake_116.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
util.go 43fba13799 first commit %!s(int64=2) %!d(string=hai) anos
x_net_proxy.go 43fba13799 first commit %!s(int64=2) %!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.