You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/gorilla/websocket
Wim b3be2e208c
Update dependencies and vendor (#1761)
3 years ago
..
.gitignore Switch back go upstream bwmarrin/discordgo 6 years ago
AUTHORS Switch back go upstream bwmarrin/discordgo 6 years ago
LICENSE Vendor libs 9 years ago
README.md Update dependencies and vendor (#1761) 3 years ago
client.go Update dependencies and vendor (#1761) 3 years ago
compression.go Update vendor 8 years ago
conn.go Update dependencies and vendor (#1761) 3 years ago
doc.go Update dependencies / vendor (#1146) 4 years ago
join.go Update dependencies (#886) 5 years ago
json.go Switch back go upstream bwmarrin/discordgo 6 years ago
mask.go Update dependencies and vendor (#1761) 3 years ago
mask_safe.go Update dependencies and vendor (#1761) 3 years ago
prepared.go Update dependencies / vendor (#1146) 4 years ago
proxy.go Update dependencies and vendor (#1761) 3 years ago
server.go Update dependencies and vendor (#1761) 3 years ago
tls_handshake.go Update dependencies and vendor (#1761) 3 years ago
tls_handshake_116.go Update dependencies and vendor (#1761) 3 years ago
util.go Update dependencies (#886) 5 years ago
x_net_proxy.go Switch back go upstream bwmarrin/discordgo 6 years ago

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.