liuxiulin e912c42f7d first commit vor 2 Jahren
..
.gitignore e912c42f7d first commit vor 2 Jahren
AUTHORS e912c42f7d first commit vor 2 Jahren
LICENSE e912c42f7d first commit vor 2 Jahren
README.md e912c42f7d first commit vor 2 Jahren
client.go e912c42f7d first commit vor 2 Jahren
compression.go e912c42f7d first commit vor 2 Jahren
conn.go e912c42f7d first commit vor 2 Jahren
doc.go e912c42f7d first commit vor 2 Jahren
go.mod e912c42f7d first commit vor 2 Jahren
go.sum e912c42f7d first commit vor 2 Jahren
join.go e912c42f7d first commit vor 2 Jahren
json.go e912c42f7d first commit vor 2 Jahren
mask.go e912c42f7d first commit vor 2 Jahren
mask_safe.go e912c42f7d first commit vor 2 Jahren
prepared.go e912c42f7d first commit vor 2 Jahren
proxy.go e912c42f7d first commit vor 2 Jahren
server.go e912c42f7d first commit vor 2 Jahren
tls_handshake.go e912c42f7d first commit vor 2 Jahren
tls_handshake_116.go e912c42f7d first commit vor 2 Jahren
util.go e912c42f7d first commit vor 2 Jahren
x_net_proxy.go e912c42f7d 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.