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

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.