CodeBrowser / npm / graphql-subscriptions
graphql-subscriptions@3.0.0
// GraphQL subscriptions for node.js
$ npm install graphql-subscriptions
downloads/wk
1,653,120
license
MIT
version
3.0.0
published
Nov 11, 2024
What is graphql-subscriptions?
graphql-subscriptions is a Node.js library that enables real-time data updates in GraphQL applications through subscriptions, allowing clients to receive pushed updates when data changes rather than polling for changes. Developers use it to implement features like live notifications, real-time chat, collaborative editing, and other use cases where clients need to be notified of server-side events as they occur.
Maintainers
apollo-bot