TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pushing data in real time using GraphQL subscriptions

5 pointsby nareshbhatiaover 6 years ago

1 comment

nareshbhatiaover 6 years ago
Now comes the fun stuff in my GraphQL series–we&#x27;ll use subscriptions to display changes to our bookstore in real-time. In Part 6, we&#x27;ll implement subscriptions on the server using Apollo PubSub.<p>However, the default implementation of PubSub doesn&#x27;t scale. More robust implementations are available, but not documented well. We&#x27;ll create a pub&#x2F;sub mechanism using Redis to distribute published messages over multiple servers.<p>I&#x27;ll be releasing one part a day for the next week (in case you&#x27;d like some holiday travel reading). Here&#x27;s what you can look forward to.<p>Part 7: Subscriptions (client implementation)<p>With only one part left in the series, I’d love to get your questions and comments.