|
|
1 gadu atpakaļ | |
|---|---|---|
| .. | ||
| .gitignore | 1 gadu atpakaļ | |
| AUTHORS | 4 gadi atpakaļ | |
| LICENSE | 4 gadi atpakaļ | |
| README.md | 1 gadu atpakaļ | |
| client.go | 1 gadu atpakaļ | |
| compression.go | 4 gadi atpakaļ | |
| conn.go | 1 gadu atpakaļ | |
| doc.go | 4 gadi atpakaļ | |
| join.go | 4 gadi atpakaļ | |
| json.go | 4 gadi atpakaļ | |
| mask.go | 1 gadu atpakaļ | |
| mask_safe.go | 1 gadu atpakaļ | |
| prepared.go | 4 gadi atpakaļ | |
| proxy.go | 1 gadu atpakaļ | |
| server.go | 1 gadu atpakaļ | |
| tls_handshake.go | 1 gadu atpakaļ | |
| tls_handshake_116.go | 1 gadu atpakaļ | |
| util.go | 4 gadi atpakaļ | |
| x_net_proxy.go | 4 gadi atpakaļ | |
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.