Registry / networking / fasthttp-contrib-websocket

fasthttp-contrib-websocket

JSON →
library0.0.0-20160511215533-1f3b11f56072gogounverified

WebSocket implementation for the fasthttp HTTP server library.

go get github.com/fasthttp-contrib/websocket
INSTALL
IMPORT
SIG · FASTHTTP-CONTRIB-W
F
fasthttp-contrib-websocket
networkinggov0.0.0-20160511215533-1f3b11f56072
harness data pending
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.

websocket
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 issues
breakingThis package is unmaintained and may have compatibility issues with newer versions of fasthttp.
fix
Consider using github.com/fasthttp/websocket or gorilla/websocket with fasthttp adapters.
affects: all
Upgrade
Version history
0.0.0-20160511215533-1f3b11f56072latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
fasthttp-contrib-websocket — go get fasthttp-contrib-websocket · libregistry