nats : Node.js client for NATS, a lightweight, high-performance cloud native messaging system. You can installing nats npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install nats $ sudo npm install -g nats
If want to update the nats package execute the command as below,
$ sudo npm update nats
Update package globally,
$ npm install -g nats
$ sudo git clone https://github.com/rektide/nats.git
$ sudo npm install -g ./nats
nats@0.7.24 /usr/lib/node_modules/nats
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nats
Package Name | nats |
Version | 0.7.24 |
Description | Node.js client for NATS, a lightweight, high-performance cloud native messaging system |
Released Date | 2017-10-20T21:24:04.765Z |
Published by | aricart |
How to Learn | https://www.npmjs.com/package/nats/tutorial |