Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Nov 23, 2021

Conversation

vardhanapoorv
Copy link
Contributor

@vardhanapoorv vardhanapoorv commented Dec 1, 2020

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

@vardhanapoorv vardhanapoorv changed the title docs(README): Add link to Ably PubSub implementation docs(README): Add link for Ably PubSub implementation Dec 1, 2020
Copy link
Member

@hwillson hwillson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vardhanapoorv!

@hwillson hwillson merged commit 591a88a into apollographql:master Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants