- Notifications
You must be signed in to change notification settings - Fork166
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
License
enisdenjo/graphql-ws
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Coherent, zero-dependency, lazy, simple,GraphQL over WebSocket Protocol compliant server and client.
UseServer-Sent Events (SSE) instead? Check outgraphql-sse!
Swiftly start with theget started guide on the website.
Short and concise code snippets for starting with common use-cases.Available on the website.
Auto-generated byTypeDoc and thenrendered on the website.
Read about the exact transport intricacies used by the library in theGraphQL over WebSocket Protocol document.
File a bug, contribute with code, or improve documentation? Read up on our guidelines forcontributing and drive development withyarn test --watch
away!
This library and theGraphQL over WebSocket Protocol arenot cross-compatible with thedeprecatedsubscriptions-transport-ws
and itsaccompanying Protocol.
You must usegraphql-ws
coherently and implement theGraphQL over WebSocket Protocol on both sides, server and the client.
About
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.