status-go/vendor/github.com/gorilla/websocket
richΛrd 3996d6fece
chore_: bump go-waku (#5289)
2024-06-05 16:10:03 -04:00
..
.editorconfig chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
.gitignore chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
.golangci.yml chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
LICENSE chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
Makefile chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
README.md chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
client.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
compression.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
conn.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
doc.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
join.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
json.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
mask.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
mask_safe.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
prepared.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
proxy.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
server.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
tls_handshake.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
util.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00

README.md

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.