Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
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.