This is a small project to show how to subscribe to Absinthe powered GraphQL Subscriptions from NodeJS
- Clone the code to a directory on your computer using the following command
git clone git@github.com:zacck/absinthe_node_subscriptions.git
- Install dependencies as follows
cd absinthe_node_subscriptions && npm install
- Compile and start the development server using the following command
npm run build
- Run the compile build asset using
npm run start
- You should see a subscription confirmation message and whenever a subscription is resolved it will log on your console