well-goknown/vendor/github.com/fasthttp/websocket
2024-09-16 21:01:50 -04:00
..
.editorconfig replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
.gitignore replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
.golangci.yml replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
client.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
compression.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
conn.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
doc.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
errors.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
join.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
json.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
LICENSE replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
Makefile replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
mask.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
mask_safe.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
prepared.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
proxy.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
README.md replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
SECURITY.md replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
server.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
server_fasthttp.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
tls_handshake.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00
util.go replace context with caller for zerolog, add vendor 2024-09-16 21:01:50 -04:00

Fasthttp WebSocket

Test status Go Report Card GoDev GitHub release

WebSocket is a Go implementation of the WebSocket for fasthttp.

Gorilla Logo

This project is a fork of the latest version of gorilla/websocket that continues its development independently.

Documentation

Status

The WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.

Installation

go get github.com/fasthttp/websocket

But beware that this will fetch the latest commit of the master branch which is never purposely broken, but usually not considered stable anyway.

Protocol Compliance

The WebSocket package passes the server tests in the Autobahn Test Suite using the application in the _examples/autobahn subdirectory.