apollographql / graphql-subscriptions

:newspaper: A small module that implements GraphQL subscriptions for Node.js
MIT License
1.58k stars 133 forks source link

docs(README): Add link for Ably PubSub implementation #237

Closed vardhanapoorv closed 2 years ago

vardhanapoorv commented 3 years ago

Ably is a pub/sub messaging platform with a suite of integrated services and cross-protocol and cross-platform support to deliver realtime messages. In the context of GraphQL, we can use it to publish when a mutation is fired and subscribe to the result through a subscription query. The linked package implements the PubSubEngine Interface from the graphql-subscriptions package and also the new AsyncIterator interface. It allows you to connect your subscription manger to an Ably PubSub mechanism to support multiple subscription manager instances. NPM package