enisdenjo / graphql-ws

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

Home Page:https://the-guild.dev/graphql/ws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GraphQLOverWebSocket

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

Continuous integration graphql-ws

Use Server-Sent Events (SSE) instead? Check out graphql-sse!


Swiftly start with the get started guide on the website.

Short and concise code snippets for starting with common use-cases. Available on the website.

Auto-generated by TypeDoc and then rendered on the website.

Read about the exact transport intricacies used by the library in the GraphQL over WebSocket Protocol document.

File a bug, contribute with code, or improve documentation? Read up on our guidelines for contributing and drive development with yarn test --watch away!

Disclaimer

This library and the GraphQL over WebSocket Protocol are not cross-compatible with the deprecated subscriptions-transport-ws and its accompanying Protocol.

You must use graphql-ws coherently and implement the GraphQL over WebSocket Protocol on both sides, server and the client.

About

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

https://the-guild.dev/graphql/ws

License:MIT License


Languages

Language:TypeScript 80.5%Language:MDX 15.5%Language:JavaScript 4.1%