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