GraphQL Subscriptions over AWS API Gateway Web Sockets [A Detailed Guide]

Written by camille-vargas | Published 2019/09/08
Tech Story Tags: iot-cloud-backend | cloud-backend-for-smart-home | consumer-iot-cloud | aws-for-smart-home | aws-api-gateway | smart-home-device-backend | latest-tech-stories | hackernoon-top-story

TLDR GraphQL Subscriptions and the Apollo Project provide a type-safe and API forward way to interact with server push and event-based requests such as Web Sockets. The current implementations for subscriptions in Apollo Server depend on a stateful server, where the subscriptions and publications occur in the same runtime. However, GraphQL’s flexibility allows us to implement our own on top of any infrastructure. We can still provide a back-end solution that can be used by Apollo Clients without an Apollo Server.via the TL;DR App

no story

Published by HackerNoon on 2019/09/08