/node-nats

This is simple demonstration project on how Nats.io can be integrated with Node.js to build an error logging and alerting pipeline mechanism for any Express/Node/JavaScript based projects

Primary LanguageJavaScript

Node Nats

This is simple demonstration project on how Nats.io can be integrated with Node.js to build an error logging and alerting pipeline mechanism for any Express/Node/JavaScript based projects

Pre-requites

  1. Node.js
  2. NPM - Node Package Manager
  3. Nats.io

Tips and Tricks

If you are Linux user and well acquainted with Docker

docker run -p 4222:4222 -p 8222:8222 -p 6222:6222 --name nats-container -it nats:latest

Setting up the project

npm install

Running the project

node app.js