apollographql/graphql-subscriptions
:newspaper: A small module that implements GraphQL subscriptions for Node.js observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3666
- days_rel: 660
- days_push: 660
- n_releases_24m: 1
Adoption not part of the score
1617 stars · 130 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small TypeScript library that implements GraphQL subscriptions by wiring a PubSub system (e.g., EventEmitter or Redis) into GraphQL resolvers. It works with any GraphQL server and client, and requires a network transport like subscriptions-transport-ws.
Use cases
- implement real-time GraphQL subscriptions in Node.js
- publish events to GraphQL subscription resolvers via a pubsub system
- back GraphQL subscriptions with Redis or another EventEmitter-based pubsub
- add live data updates to a GraphQL API
- create typed pubsub events for GraphQL subscriptions
When to choose
- you need real-time push updates over GraphQL subscriptions
- you want a transport-agnostic pubsub layer that works with any GraphQL server
- you want a lightweight, well-maintained library from the Apollo ecosystem
When to avoid
- you need a full subscription server or WebSocket transport (use subscriptions-transport-ws or graphql-ws alongside it)
- your project does not use GraphQL
- you need client-side subscription handling rather than server-side publishing
Facets
library · maturity stable
graphql websocket middleware web-development backend apis pubsub graphql-subscriptions event-emitter async-iterators real-time nodejs typescript
2 sources
- readme: https://github.com/apollographql/graphql-subscriptions · fetched 2026-08-28 · 114b74490cce
- registry_npm: https://registry.npmjs.org/graphql-subscriptions · fetched 2026-08-29 · 9e6bf35bcbf2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apollographql/graphql-subscriptions | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="apollographql/graphql-subscriptions")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem