Files
core/vendor/github.com/gorilla/websocket
Ingo Oppermann 574ebdf277 Update dependencies
This update includes a newer version of the RTMP server that supports
the enhances RTMP specification, i.e. HEVC, VP9, and AV1.
2024-01-12 12:35:07 +01:00
..
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2022-05-13 19:26:45 +02:00
2022-05-13 19:26:45 +02:00
2022-05-13 19:26:45 +02:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2022-05-13 19:26:45 +02:00
2024-01-12 12:35:07 +01:00
2022-05-13 19:26:45 +02:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00
2024-01-12 12:35:07 +01:00

gorilla/websocket

testing codecov godoc sourcegraph

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

Gorilla Logo

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.