GraphQL Query and Mutation over Websockets

This page summarizes the projects mentioned and recommended in the original post on /r/graphql

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • graphql-ws

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

  • I suggest using libraries like https://github.com/enisdenjo/graphql-ws or https://www.npmjs.com/package/@benzene/ws since both of them implement a new spec of subscription that is very close to adoption (https://github.com/graphql/graphql-over-http/pull/140).

  • graphql-over-http

    Working draft of "GraphQL over HTTP" specification

  • I suggest using libraries like https://github.com/enisdenjo/graphql-ws or https://www.npmjs.com/package/@benzene/ws since both of them implement a new spec of subscription that is very close to adoption (https://github.com/graphql/graphql-over-http/pull/140).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • subscriptions-transport-ws

    Discontinued :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions

  • https://github.com/apollographql/subscriptions-transport-ws, which is used by Apollo Server does support executing queries and mutations actually but you are better off moving away it anyway (check the text in their README!)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts