tree: 0da230d282893d36561acc843dd15eac5c21c5af [path history] [tgz]
  1. .gitignore
  2. AUTHORS
  3. client.go
  4. compression.go
  5. conn.go
  6. doc.go
  7. join.go
  8. json.go
  9. LICENSE
  10. mask.go
  11. mask_safe.go
  12. prepared.go
  13. proxy.go
  14. README.md
  15. server.go
  16. tls_handshake.go
  17. tls_handshake_116.go
  18. util.go
  19. x_net_proxy.go
vendor/github.com/gorilla/websocket/README.md

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.


⚠️ The Gorilla WebSocket Package is looking for a new maintainer


Documentation

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.