Content Deep Dive
Use GraphQL subscriptions from your NodeJS code
Blog post from Hasura
Post Details
Company
Date Published
Author
Tanmai Gopal
Word Count
141
Language
English
Hacker News Points
-
Summary
The text discusses using GraphQL subscriptions from NodeJS code to react to events or changes on a GraphQL backend. A boilerplate for setting up these subscriptions is provided at https://github.com/hasura/nodejs-graphql-subscriptions-boilerplate. Additionally, the text mentions related articles discussing the advantages of GraphQL over REST and its potential use in connecting data products with chatbot frontends.