Categorygithub.com/atreugo/websocket
modulepackage
1.0.11
Repository: https://github.com/atreugo/websocket.git
Documentation: pkg.go.dev

# README

Websocket

Test status Go Report Card GoDev GitHub release

Websocket implementation for Atreugo

Based on: fasthttp/websocket

Install

go get github.com/atreugo/websocket

How it works?

Go to examples to see how to use it.

Contributing

Feel free to contribute... :wink:

# Functions

New returns an upgrader tool.

# Structs

Config configuration for upgrading an HTTP connection to a WebSocket connection.
Conn represents a WebSocket connection.
Upgrader tool to convert the websocket view to an atreugo view.

# Type aliases

View must process incoming websocket connections.