nsqjs : NodeJS client for NSQ. You can installing nsqjs 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 nsqjs $ sudo npm install -g nsqjs
If want to update the nsqjs package execute the command as below,
$ sudo npm update nsqjs
Update package globally,
$ npm install -g nsqjs
$ sudo git clone https://github.com/rektide/nsqjs.git
$ sudo npm install -g ./nsqjs
nsqjs@0.10.0 /usr/lib/node_modules/nsqjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nsqjs
Package Name | nsqjs |
Version | 0.10.0 |
Description | NodeJS client for NSQ |
Released Date | 2017-11-21T16:56:43.285Z |
Published by | dudley |
How to Learn | https://www.npmjs.com/package/nsqjs/tutorial |