|
il y a 2 ans | |
---|---|---|
.. | ||
.gitignore | il y a 2 ans | |
AUTHORS | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
client.go | il y a 2 ans | |
compression.go | il y a 2 ans | |
conn.go | il y a 2 ans | |
doc.go | il y a 2 ans | |
go.mod | il y a 2 ans | |
go.sum | il y a 2 ans | |
join.go | il y a 2 ans | |
json.go | il y a 2 ans | |
mask.go | il y a 2 ans | |
mask_safe.go | il y a 2 ans | |
prepared.go | il y a 2 ans | |
proxy.go | il y a 2 ans | |
server.go | il y a 2 ans | |
tls_handshake.go | il y a 2 ans | |
tls_handshake_116.go | il y a 2 ans | |
util.go | il y a 2 ans | |
x_net_proxy.go | il y a 2 ans |
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
⚠️ The Gorilla WebSocket Package is looking for a new maintainer
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.