GraphQL Query and Mutation over Websockets

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

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Klotho - AWS Cloud-aware infrastructure-from-code toolbox [NEW]
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • 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).

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • subscriptions-transport-ws

    :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