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 1 mes
..
.gitignore chore: refactor api server, add tests hace 1 mes
AUTHORS chore: refactor api server, add tests hace 1 mes
LICENSE chore: refactor api server, add tests hace 1 mes
README.md chore: refactor api server, add tests hace 1 mes
client.go chore: refactor api server, add tests hace 1 mes
compression.go chore: refactor api server, add tests hace 1 mes
conn.go chore: refactor api server, add tests hace 1 mes
doc.go chore: refactor api server, add tests hace 1 mes
join.go chore: refactor api server, add tests hace 1 mes
json.go chore: refactor api server, add tests hace 1 mes
mask.go chore: refactor api server, add tests hace 1 mes
mask_safe.go chore: refactor api server, add tests hace 1 mes
prepared.go chore: refactor api server, add tests hace 1 mes
proxy.go chore: refactor api server, add tests hace 1 mes
server.go chore: refactor api server, add tests hace 1 mes
tls_handshake.go chore: refactor api server, add tests hace 1 mes
tls_handshake_116.go chore: refactor api server, add tests hace 1 mes
util.go chore: refactor api server, add tests hace 1 mes
x_net_proxy.go chore: refactor api server, add tests hace 1 mes

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.