Registry / networking / mrexodia-wray

mrexodia-wray

JSON →
library0.0.0-20160318003008-78a2c1f284ffgogounverified

A WebSocket client library for Go with support for reconnection and events.

go get github.com/mrexodia/wray
INSTALL
IMPORT
SIG · MREXODIA-WRAY
M
mrexodia-wray
networkinggov0.0.0-20160318003008-78a2c1f284ff
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.

wray
github.com/mrexodia/wray

Connect to a WebSocket endpoint

package main import ( "fmt" "github.com/mrexodia/wray" ) func main() { conn, err := wray.Dial("ws://example.com/ws") if err != nil { panic(err) } defer conn.Close() fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160318003008-78a2c1f284fflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mrexodia-wray — go get mrexodia-wray · libregistry