|
vor 1 Jahr | |
---|---|---|
.. | ||
.editorconfig | vor 1 Jahr | |
.gitignore | vor 1 Jahr | |
.golangci.yml | vor 1 Jahr | |
LICENSE | vor 1 Jahr | |
Makefile | vor 1 Jahr | |
README.md | vor 1 Jahr | |
client.go | vor 1 Jahr | |
compression.go | vor 1 Jahr | |
conn.go | vor 1 Jahr | |
doc.go | vor 4 Jahren | |
join.go | vor 4 Jahren | |
json.go | vor 4 Jahren | |
mask.go | vor 1 Jahr | |
mask_safe.go | vor 1 Jahr | |
prepared.go | vor 4 Jahren | |
proxy.go | vor 1 Jahr | |
server.go | vor 1 Jahr | |
tls_handshake.go | vor 1 Jahr | |
util.go | vor 1 Jahr |
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.