Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
Blaz Smehov 1244196d64 chore: refactor api server, add tests 5 mesi fa
..
.gitignore chore: refactor api server, add tests 5 mesi fa
AUTHORS chore: refactor api server, add tests 5 mesi fa
LICENSE chore: refactor api server, add tests 5 mesi fa
README.md chore: refactor api server, add tests 5 mesi fa
client.go chore: refactor api server, add tests 5 mesi fa
compression.go chore: refactor api server, add tests 5 mesi fa
conn.go chore: refactor api server, add tests 5 mesi fa
doc.go chore: refactor api server, add tests 5 mesi fa
join.go chore: refactor api server, add tests 5 mesi fa
json.go chore: refactor api server, add tests 5 mesi fa
mask.go chore: refactor api server, add tests 5 mesi fa
mask_safe.go chore: refactor api server, add tests 5 mesi fa
prepared.go chore: refactor api server, add tests 5 mesi fa
proxy.go chore: refactor api server, add tests 5 mesi fa
server.go chore: refactor api server, add tests 5 mesi fa
tls_handshake.go chore: refactor api server, add tests 5 mesi fa
tls_handshake_116.go chore: refactor api server, add tests 5 mesi fa
util.go chore: refactor api server, add tests 5 mesi fa
x_net_proxy.go chore: refactor api server, add tests 5 mesi fa

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.