SVI fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
..
.gitignore f5825b7a0e Добавление вендоринга il y a 3 ans
AUTHORS f5825b7a0e Добавление вендоринга il y a 3 ans
LICENSE f5825b7a0e Добавление вендоринга il y a 3 ans
README.md fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
SECURITY.md f5825b7a0e Добавление вендоринга il y a 3 ans
client.go fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
compression.go fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
conn.go fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
doc.go f5825b7a0e Добавление вендоринга il y a 3 ans
errors.go fc8ab952b5 d01 Удаление ошмётков графики il y a 3 ans
join.go f5825b7a0e Добавление вендоринга il y a 3 ans
json.go f5825b7a0e Добавление вендоринга il y a 3 ans
mask.go f5825b7a0e Добавление вендоринга il y a 3 ans
mask_safe.go f5825b7a0e Добавление вендоринга il y a 3 ans
prepared.go f5825b7a0e Добавление вендоринга il y a 3 ans
proxy.go f5825b7a0e Добавление вендоринга il y a 3 ans
server.go f5825b7a0e Добавление вендоринга il y a 3 ans
server_fasthttp.go f5825b7a0e Добавление вендоринга il y a 3 ans
tls_handshake.go f5825b7a0e Добавление вендоринга il y a 3 ans
tls_handshake_116.go f5825b7a0e Добавление вендоринга il y a 3 ans
util.go f5825b7a0e Добавление вендоринга il y a 3 ans
x_net_proxy.go f5825b7a0e Добавление вендоринга il y a 3 ans

README.md

Fasthttp WebSocket

Test status Go Report Card GoDev GitHub release

WebSocket is a Go implementation of the WebSocket protocol for fasthttp.

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.