|
hace 2 años | |
---|---|---|
.. | ||
.gitignore | hace 2 años | |
AUTHORS | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
client.go | hace 2 años | |
compression.go | hace 2 años | |
conn.go | hace 2 años | |
doc.go | hace 2 años | |
go.mod | hace 2 años | |
go.sum | hace 2 años | |
join.go | hace 2 años | |
json.go | hace 2 años | |
mask.go | hace 2 años | |
mask_safe.go | hace 2 años | |
prepared.go | hace 2 años | |
proxy.go | hace 2 años | |
server.go | hace 2 años | |
tls_handshake.go | hace 2 años | |
tls_handshake_116.go | hace 2 años | |
util.go | hace 2 años | |
x_net_proxy.go | hace 2 años |
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.