|
hace 1 año | |
---|---|---|
.. | ||
.editorconfig | hace 1 año | |
.gitignore | hace 1 año | |
.golangci.yml | hace 1 año | |
LICENSE | hace 1 año | |
Makefile | hace 1 año | |
README.md | hace 1 año | |
client.go | hace 1 año | |
compression.go | hace 1 año | |
conn.go | hace 1 año | |
doc.go | hace 4 años | |
join.go | hace 4 años | |
json.go | hace 4 años | |
mask.go | hace 1 año | |
mask_safe.go | hace 1 año | |
prepared.go | hace 4 años | |
proxy.go | hace 1 año | |
server.go | hace 1 año | |
tls_handshake.go | hace 1 año | |
util.go | hace 1 año |
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/gorilla/websocket
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.