What is the performance loss with GraphQL mutations vs sending data over websockets in real-time apps?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • graphql-live-query

    Realtime GraphQL Live Queries with JavaScript

  • There will always be an overhead for sending the mutations via a Post http request vs sending them over the already established WebSocket connection. graphql-ws is not only a subscription transport but can be used for any GraphQL operation including queries and mutations. In real-time applications I tend to use my own GraphQL over Socket.io transport (https://github.com/n1ru4l/graphql-live-query/tree/main/packages/socket-io-graphql-server)

  • graphql-bleeding-edge-playground

    Demonstration of queries/mutations/defer/stream/subscriptions/live

  • Here is an example of a websocket and http graphql setup https://github.com/n1ru4l/graphql-bleeding-edge-playground

  • 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
  • apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

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

  • Launch HN: Serra (YC S23) – Open-source, Python-based dbt alternative

    4 projects | news.ycombinator.com | 14 Aug 2023
  • A tool for automagically generating API tests from your GraphQL schemas!

    1 project | /r/softwaretesting | 30 Apr 2023
  • I built a command line tool that generates API tests from your GraphQL schemas. Check it out!

    1 project | /r/programming | 30 Apr 2023
  • Zero to Serverless Car Insurance - Part 2

    2 projects | dev.to | 11 Apr 2023
  • How can i do query directives or executable directives?

    1 project | /r/graphql | 15 Mar 2023