Registry / networking / graph-gophers-graphql-transport-ws

graph-gophers-graphql-transport-ws

JSON →
library0.1.0gogounverified

A WebSocket transport layer for GraphQL subscriptions and real-time communication.

go get github.com/graph-gophers/graphql-transport-ws
INSTALL
IMPORT
SIG · GRAPH-GOPHERS-GRAP
G
graph-gophers-graphql-transport-ws
networkinggov0.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.

graphql_transport_ws
✓ github.com/graph-gophers/graphql-transport-ws

Sets up a WebSocket GraphQL endpoint.

package main import ( "net/http" "github.com/graph-gophers/graphql-transport-ws/graphqlws" ) func main() { http.Handle("/graphql", graphqlws.NewHandlerFunc(nil, nil)) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
graph-gophers-graphql-transport-ws — go get graph-gophers-graphql-transport-ws · libregistry