graphql-live-query

Realtime GraphQL Live Queries with JavaScript (by n1ru4l)

Graphql-live-query Alternatives

Similar projects and alternatives to graphql-live-query

  1. eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. insomnia

    The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

  4. Hoppscotch

    Open source API development ecosystem.

  5. noclip.website

    A digital museum of video game levels

  6. 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.

  7. Faker.js

    Discontinued What really happened with Aaron Swartz?

  8. graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. zipkin

    Zipkin is a distributed tracing system

  11. graphql-spec

    GraphQL is a query language and execution engine tied to any backend service.

  12. graphql-js

    A reference implementation of GraphQL for JavaScript

  13. mercurius

    Implement GraphQL servers and gateways with Fastify

  14. graphql-ws

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

  15. graphql-multipart-request-spec

    A spec for GraphQL multipart form requests (file uploads).

  16. microdiff

    A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.

  17. apollo-tooling

    ✏️ Apollo CLI for client tooling (Mostly replaced by Rover)

  18. graphql-tools

    :wrench: Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach

  19. graphql-helix

    Discontinued A highly evolved GraphQL HTTP Server 🧬

  20. subscriptions-transport-ws

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

  21. federation

    🌐  Build and scale a single data graph across multiple services with Apollo's federation gateway.

  22. gqtx

    6 graphql-live-query VS gqtx

    Code-first Typescript GraphQL Server without codegen or metaprogramming

  23. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better graphql-live-query alternative or higher similarity.

graphql-live-query discussion

graphql-live-query reviews and mentions

Posts with mentions or reviews of graphql-live-query. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-19.
  • GraphQL Live Query, How To?
    2 projects | news.ycombinator.com | 19 May 2024
    Is there an official production-ready solution for getting the 'Live Query' unofficial feature working? (I'm not talking about 'subscription')

    I've found some [1] [2] [3], but they're either archived or not ready for production.

    I want to register from my clients (frontend app) for specific (can be complex) queries and get updates on changes.

    [1] https://github.com/n1ru4l/graphql-live-query

  • GraphQL Live Queries with live directive
    3 projects | news.ycombinator.com | 16 Jan 2023
    There are even more implementations of live queries available by now. e.g. https://github.com/samsarahq/thunder (go) or https://github.com/n1ru4l/graphql-live-query (JavaScript).
  • Websocket with socket.io or GraphQL subscriptions
    4 projects | /r/graphql | 15 Aug 2022
  • The fastest object diff library in JavaScript
    9 projects | news.ycombinator.com | 6 Nov 2021
    Please compare with modern competitor: json-patch-plus https://github.com/n1ru4l/graphql-live-query/blob/main/packa...
  • The Stack #3
    22 projects | dev.to | 29 Jul 2021
    Also note that subscriptions are not the only way to do real time communications in GraphQL. There are also things like Live Queries with great libraries like this from Laurin which you can use
  • Need guidance on apollo subscription fallback
    4 projects | /r/graphql | 16 May 2021
    Last but not least, I also created a GraphQL over Socket.io (https://github.com/n1ru4l/graphql-live-query/tree/main/packages/socket-io-graphql-server) transport. I am using this in two smaller apps with a maximum of 10 concurrent users and did not encounter any issues with stale data yet. Maybe this might be somethign you are looking for.
  • How to maintain subsription websockets with authentication, while retaining the stateless nature that an API should have?
    1 project | /r/graphql | 22 Jan 2021
    So after having tried to answer you questions (instead of just telling you to not use WebSockets, although that wasn't your question 🙃). I also wanted to point you to a "new" way of handling real-time data with GraphQL that I am experimenting one. https://github.com/n1ru4l/graphql-live-query
  • What is the performance loss with GraphQL mutations vs sending data over websockets in real-time apps?
    3 projects | /r/graphql | 1 Jan 2021
    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)
  • A note from our sponsor - SurveyJS
    surveyjs.io | 23 Dec 2025
    Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more. Learn more →

Stats

Basic graphql-live-query repo stats
8
442
0.0
8 days ago

Sponsored
SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?