Registry / networking / fasthttp-contrib-websocket

fasthttp-contrib-websocket

JSON →
library0.0.0-20160511215533-1f3b11f56072gogounverified

WebSocket implementation for the fasthttp HTTP server library.

networking
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github.com/fasthttp-contrib/websocket

Sets up a WebSocket server using fasthttp.

package main import ( "github.com/fasthttp-contrib/websocket" "github.com/valyala/fasthttp" ) func main() { fasthttp.ListenAndServe(":8080", websocket.New(func(ctx *websocket.FastHTTPConn) { // handle connection })) }
Debug
Known footguns
breakingThis package is unmaintained and may have compatibility issues with newer versions of fasthttp.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
claudebot
3
ahrefsbot
1
Resources