oktopus/backend/services/mochi/vendor/github.com/gorilla/websocket
2023-03-20 11:19:02 -03:00
..
.gitignore feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
AUTHORS feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
client.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
compression.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
conn.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
doc.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
join.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
json.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
LICENSE feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
mask_safe.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
mask.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
prepared.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
proxy.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
README.md feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
server.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
tls_handshake_116.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
tls_handshake.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
util.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00
x_net_proxy.go feat(mqtt): change proj structure to services and add mochi broker 2023-03-20 11:19:02 -03:00

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.