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