You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Blaz Smehov 1244196d64 chore: refactor api server, add tests пре 3 месеци
..
.gitignore chore: refactor api server, add tests пре 3 месеци
AUTHORS chore: refactor api server, add tests пре 3 месеци
LICENSE chore: refactor api server, add tests пре 3 месеци
README.md chore: refactor api server, add tests пре 3 месеци
client.go chore: refactor api server, add tests пре 3 месеци
compression.go chore: refactor api server, add tests пре 3 месеци
conn.go chore: refactor api server, add tests пре 3 месеци
doc.go chore: refactor api server, add tests пре 3 месеци
join.go chore: refactor api server, add tests пре 3 месеци
json.go chore: refactor api server, add tests пре 3 месеци
mask.go chore: refactor api server, add tests пре 3 месеци
mask_safe.go chore: refactor api server, add tests пре 3 месеци
prepared.go chore: refactor api server, add tests пре 3 месеци
proxy.go chore: refactor api server, add tests пре 3 месеци
server.go chore: refactor api server, add tests пре 3 месеци
tls_handshake.go chore: refactor api server, add tests пре 3 месеци
tls_handshake_116.go chore: refactor api server, add tests пре 3 месеци
util.go chore: refactor api server, add tests пре 3 месеци
x_net_proxy.go chore: refactor api server, add tests пре 3 месеци

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.