status-go/vendor/github.com/gorilla/websocket
Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00
..
.gitignore migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
AUTHORS migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
LICENSE Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
README.md feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
client.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
compression.go Add rendezvous implementation for discovery interface 2018-07-25 15:10:57 +03:00
conn.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -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 feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -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 feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
server.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
tls_handshake.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
tls_handshake_116.go feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
util.go Upgrade geth to 1.9.5 and Whisper (#1617) 2019-10-04 17:21:24 +02:00
x_net_proxy.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00

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.