How we manage live 1M GraphQL Websocket Subscriptions

GraphQL subscriptions are the key part of our environment because it allows using the same schema/query based concept but with live WebSocket updates over multiple UI components. Especially…

August 4, 2019 · 7 min · Tigran Bayburtsyan

Real-time React app with GraphQL + Websocket

GraphQL started to be a great option for writing customizable API’s and combining multiple services into one single endpoint. The whole idea of having single endpoint but getting different…

July 10, 2018 · 5 min · Tigran Bayburtsyan