|
|
il y a 1 an | |
|---|---|---|
| .. | ||
| .gitignore | il y a 1 an | |
| AUTHORS | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 1 an | |
| client.go | il y a 1 an | |
| compression.go | il y a 4 ans | |
| conn.go | il y a 1 an | |
| doc.go | il y a 4 ans | |
| join.go | il y a 4 ans | |
| json.go | il y a 4 ans | |
| mask.go | il y a 1 an | |
| mask_safe.go | il y a 1 an | |
| prepared.go | il y a 4 ans | |
| proxy.go | il y a 1 an | |
| server.go | il y a 1 an | |
| tls_handshake.go | il y a 1 an | |
| tls_handshake_116.go | il y a 1 an | |
| util.go | il y a 4 ans | |
| x_net_proxy.go | il y a 4 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.