Registry / networking / igm-sockjs-go-v3

igm-sockjs-go-v3

JSON →
library3.0.3gogounverified

A Go implementation of the SockJS WebSocket emulation protocol for building reliable real-time web applications.

go get github.com/igm/sockjs-go/v3
INSTALL
IMPORT
SIG · IGM-SOCKJS-GO-V3
I
igm-sockjs-go-v3
networkinggov3.0.3
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.

sockjs
github.com/igm/sockjs-go/v3/sockjs

Create a SockJS HTTP handler.

package main import ( "net/http" "github.com/igm/sockjs-go/v3/sockjs" ) func main() { http.Handle("/sockjs/", sockjs.NewHandler("/sockjs", sockjs.DefaultOptions, func(session sockjs.Session) {})) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
igm-sockjs-go-v3 — go get igm-sockjs-go-v3 · libregistry