Ayman Bagabas c2fc795c3e chore: go mod vendor 9 месяцев назад
..
.gitignore c2fc795c3e chore: go mod vendor 9 месяцев назад
AUTHORS c2fc795c3e chore: go mod vendor 9 месяцев назад
LICENSE c2fc795c3e chore: go mod vendor 9 месяцев назад
README.md c2fc795c3e chore: go mod vendor 9 месяцев назад
client.go c2fc795c3e chore: go mod vendor 9 месяцев назад
compression.go c2fc795c3e chore: go mod vendor 9 месяцев назад
conn.go c2fc795c3e chore: go mod vendor 9 месяцев назад
doc.go c2fc795c3e chore: go mod vendor 9 месяцев назад
join.go c2fc795c3e chore: go mod vendor 9 месяцев назад
json.go c2fc795c3e chore: go mod vendor 9 месяцев назад
mask.go c2fc795c3e chore: go mod vendor 9 месяцев назад
mask_safe.go c2fc795c3e chore: go mod vendor 9 месяцев назад
prepared.go c2fc795c3e chore: go mod vendor 9 месяцев назад
proxy.go c2fc795c3e chore: go mod vendor 9 месяцев назад
server.go c2fc795c3e chore: go mod vendor 9 месяцев назад
tls_handshake.go c2fc795c3e chore: go mod vendor 9 месяцев назад
tls_handshake_116.go c2fc795c3e chore: go mod vendor 9 месяцев назад
util.go c2fc795c3e chore: go mod vendor 9 месяцев назад
x_net_proxy.go c2fc795c3e chore: go mod vendor 9 месяцев назад

README.md

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

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.