graphql-subscriptions
PubSub service
A module that enables real-time communication between GraphQL clients and servers using publish-subscribe messaging
A small module that implements GraphQL subscriptions for Node.js
2k stars
61 watching
133 forks
Language: TypeScript
last commit: 10 days ago
Linked from 1 awesome list
graphqlgraphql-subscriptionsreal-time
Related projects:
Repository | Description | Stars |
---|---|---|
the-road-to-graphql/react-graphql-github-apollo | A React + GraphQL + Apollo-based GitHub client | 1,590 |
ccamel/go-graphql-subscription-example | A service implementing GraphQL subscriptions with WebSocket transport to consume pre-configured topics from various stream sources | 42 |
kamilkisiela/apollo-angular | A GraphQL client library for Angular that enables data fetching and reactive UI development | 1,500 |
urigo/graphql-modules | Toolset for creating reusable and maintainable GraphQL server modules | 1,311 |
the-road-to-graphql/react-apollo-client-mocking-example | A minimal React application with Apollo Client using a mocked GraphQL API to demonstrate its usage. | 17 |
zaninandrea/minimalgraphql | A minimal GraphQL client for Node.js applications | 2 |
n1ru4l/graphql-live-query | A library and tools for adding real-time data updates to GraphQL APIs without manual cache management | 437 |
the-road-to-graphql/react-apollo-client-testing-example | An Apollo Client application with a mocked GraphQL server and tested Query and Mutation components. | 17 |
enisdenjo/graphql-ws | A GraphQL over WebSocket Protocol implementation | 1,739 |
buoy-graphql/buoy | A GraphQL client for Angular applications built on top of Apollo | 7 |
welikegraphql/universal-react-apollo-example | An app demonstrating GraphQL and React usage with Universal Rendering | 118 |
apollographql/federation-jvm | Provides support for building unified GraphQL APIs with multiple subgraphs and subscriptions in the Java ecosystem. | 253 |
the-road-to-graphql/react-graphql-client-library | A minimal GraphQL client for React applications | 15 |
restuwahyu13/sijago | A GraphQL client library for interacting with GraphQL servers in both browsers and Node.js environments. | 7 |
vuex-orm/plugin-graphql | Syncs Vuex state with a GraphQL API using auto-generated queries and mutations | 226 |