liuxiulin 30a81ab368 fix bug vor 2 Jahren
..
.gitignore 43fba13799 first commit vor 2 Jahren
AUTHORS 43fba13799 first commit vor 2 Jahren
LICENSE 43fba13799 first commit vor 2 Jahren
README.md 43fba13799 first commit vor 2 Jahren
client.go 43fba13799 first commit vor 2 Jahren
compression.go 43fba13799 first commit vor 2 Jahren
conn.go 43fba13799 first commit vor 2 Jahren
doc.go 43fba13799 first commit vor 2 Jahren
go.mod 30a81ab368 fix bug vor 2 Jahren
go.sum 30a81ab368 fix bug vor 2 Jahren
join.go 43fba13799 first commit vor 2 Jahren
json.go 43fba13799 first commit vor 2 Jahren
mask.go 43fba13799 first commit vor 2 Jahren
mask_safe.go 43fba13799 first commit vor 2 Jahren
prepared.go 43fba13799 first commit vor 2 Jahren
proxy.go 43fba13799 first commit vor 2 Jahren
server.go 43fba13799 first commit vor 2 Jahren
tls_handshake.go 43fba13799 first commit vor 2 Jahren
tls_handshake_116.go 43fba13799 first commit vor 2 Jahren
util.go 43fba13799 first commit vor 2 Jahren
x_net_proxy.go 43fba13799 first commit vor 2 Jahren

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.