Registry / networking / igm-sockjs-go-v2

igm-sockjs-go-v2

JSON →
library2.1.0gogounverified

A Go implementation of the SockJS WebSocket emulation protocol.

go get gopkg.in/igm/sockjs-go.v2
INSTALL
IMPORT
SIG · IGM-SOCKJS-GO-V2
I
igm-sockjs-go-v2
networkinggov2.1.0
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
gopkg.in/igm/sockjs-go.v2

Sets up a basic SockJS endpoint.

package main import ( "net/http" "gopkg.in/igm/sockjs-go.v2" ) func main() { http.Handle("/sockjs", sockjs.DefaultHandler) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
igm-sockjs-go-v2 — go get igm-sockjs-go-v2 · libregistry