mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00:00
083c913f58
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.3 to 1.5.0. - [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases) - [Commits](https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0) --- updated-dependencies: - dependency-name: github.com/eclipse/paho.mqtt.golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
.gitignore | ||
AUTHORS | ||
client.go | ||
compression.go | ||
conn.go | ||
doc.go | ||
join.go | ||
json.go | ||
LICENSE | ||
mask_safe.go | ||
mask.go | ||
prepared.go | ||
proxy.go | ||
README.md | ||
server.go | ||
tls_handshake_116.go | ||
tls_handshake.go | ||
util.go | ||
x_net_proxy.go |
Gorilla WebSocket
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
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.