status-go/vendor/github.com/gorilla/websocket
richΛrd c477a3845f
chore_: bump go-waku (#5509)
2024-07-11 15:34:20 -04:00
..
.gitignore chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
AUTHORS chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
LICENSE chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
README.md chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
client.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
compression.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
conn.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -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
mask.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -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 (#5509) 2024-07-11 15:34:20 -04:00
server.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
tls_handshake.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
tls_handshake_116.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
util.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00
x_net_proxy.go chore_: bump go-waku (#5509) 2024-07-11 15:34:20 -04:00

README.md

Gorilla WebSocket

GoDoc CircleCI

Gorilla WebSocket is a Go implementation of the WebSocket protocol.

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.