Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Blaz Smehov 1244196d64 chore: refactor api server, add tests pirms 1 mēnesi
..
.gitignore chore: refactor api server, add tests pirms 1 mēnesi
AUTHORS chore: refactor api server, add tests pirms 1 mēnesi
LICENSE chore: refactor api server, add tests pirms 1 mēnesi
README.md chore: refactor api server, add tests pirms 1 mēnesi
client.go chore: refactor api server, add tests pirms 1 mēnesi
compression.go chore: refactor api server, add tests pirms 1 mēnesi
conn.go chore: refactor api server, add tests pirms 1 mēnesi
doc.go chore: refactor api server, add tests pirms 1 mēnesi
join.go chore: refactor api server, add tests pirms 1 mēnesi
json.go chore: refactor api server, add tests pirms 1 mēnesi
mask.go chore: refactor api server, add tests pirms 1 mēnesi
mask_safe.go chore: refactor api server, add tests pirms 1 mēnesi
prepared.go chore: refactor api server, add tests pirms 1 mēnesi
proxy.go chore: refactor api server, add tests pirms 1 mēnesi
server.go chore: refactor api server, add tests pirms 1 mēnesi
tls_handshake.go chore: refactor api server, add tests pirms 1 mēnesi
tls_handshake_116.go chore: refactor api server, add tests pirms 1 mēnesi
util.go chore: refactor api server, add tests pirms 1 mēnesi
x_net_proxy.go chore: refactor api server, add tests pirms 1 mēnesi

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.