nsq.js : NSQ client actually written in javascript. You can installing nsq.js 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 nsq.js $ sudo npm install -g nsq.js
If want to update the nsq.js package execute the command as below,
$ sudo npm update nsq.js
Update package globally,
$ npm install -g nsq.js
$ sudo git clone https://github.com/rektide/nsq.js.git
$ sudo npm install -g ./nsq.js
nsq.js@1.1.0 /usr/lib/node_modules/nsq.js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nsq.js
Package Name | nsq.js |
Version | 1.1.0 |
Description | NSQ client actually written in javascript |
Released Date | 2017-04-12T21:58:29.346Z |
Published by | segment-admin |
How to Learn | https://www.npmjs.com/package/nsq.js/tutorial |