No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Blaz Smehov 1244196d64 chore: refactor api server, add tests hace 3 meses
..
.gitignore chore: refactor api server, add tests hace 3 meses
AUTHORS chore: refactor api server, add tests hace 3 meses
LICENSE chore: refactor api server, add tests hace 3 meses
README.md chore: refactor api server, add tests hace 3 meses
client.go chore: refactor api server, add tests hace 3 meses
compression.go chore: refactor api server, add tests hace 3 meses
conn.go chore: refactor api server, add tests hace 3 meses
doc.go chore: refactor api server, add tests hace 3 meses
join.go chore: refactor api server, add tests hace 3 meses
json.go chore: refactor api server, add tests hace 3 meses
mask.go chore: refactor api server, add tests hace 3 meses
mask_safe.go chore: refactor api server, add tests hace 3 meses
prepared.go chore: refactor api server, add tests hace 3 meses
proxy.go chore: refactor api server, add tests hace 3 meses
server.go chore: refactor api server, add tests hace 3 meses
tls_handshake.go chore: refactor api server, add tests hace 3 meses
tls_handshake_116.go chore: refactor api server, add tests hace 3 meses
util.go chore: refactor api server, add tests hace 3 meses
x_net_proxy.go chore: refactor api server, add tests hace 3 meses

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.