mirror of https://github.com/gorilla/websocket
Mirror of https://github.com/gorilla/websocket
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Corey Daley
705b04d977
|
1 year ago | |
---|---|---|
.github/workflows | 1 year ago | |
examples | 1 year ago | |
vendor | 1 year ago | |
.editorconfig | 1 year ago | |
.gitignore | 1 year ago | |
.golangci.yml | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
client.go | 1 year ago | |
client_server_test.go | 1 year ago | |
client_test.go | ||
compression.go | 1 year ago | |
compression_test.go | 1 year ago | |
conn.go | 1 year ago | |
conn_broadcast_test.go | 1 year ago | |
conn_test.go | 1 year ago | |
doc.go | 5 years ago | |
example_test.go | 5 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
join.go | 6 years ago | |
join_test.go | 1 year ago | |
json.go | ||
json_test.go | 6 years ago | |
mask.go | 1 year ago | |
mask_safe.go | 3 years ago | |
mask_test.go | 6 years ago | |
prepared.go | 5 years ago | |
prepared_test.go | 1 year ago | |
proxy.go | 1 year ago | |
server.go | 1 year ago | |
server_test.go | 3 years ago | |
tls_handshake.go | 1 year ago | |
util.go | 1 year ago | |
util_test.go | 3 years ago |
README.md
gorilla/websocket
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
Documentation
- API Reference
- Chat example
- Command example
- Client and server example
- File watch example
- Write buffer pool example
Status
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
Installation
go get github.com/gorilla/websocket
Protocol Compliance
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.