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