DEV Community

Hasura for Hasura

Posted on • Originally published at blog.hasura.io on

Use GraphQL subscriptions from your NodeJS code

Setting up your NodeJS code to use GraphQL subscriptions involves going through a few hoops.

Using GraphQL subscriptions from your NodeJS code is especially useful if you want to react to events or changes on a GraphQL backend

We’ve setup a simple boilerplate to help you get GraphQL subscriptions setup at: https://github.com/hasura/nodejs-graphql-subscriptions-boilerplate.

Top comments (0)