zmq : Bindings for node.js and io.js to ZeroMQ. You can installing zmq 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 zmq $ sudo npm install -g zmq
If want to update the zmq package execute the command as below,
$ sudo npm update zmq
Update package globally,
$ npm install -g zmq
$ sudo git clone https://github.com/rektide/zmq.git
$ sudo npm install -g ./zmq
zmq@2.15.3 /usr/lib/node_modules/zmq
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zmq
| Package Name | zmq |
| Version | 2.15.3 |
| Description | Bindings for node.js and io.js to ZeroMQ |
| Released Date | 2016-06-03T05:24:46.686Z |
| Published by | ronkorving |
| How to Learn | https://www.npmjs.com/package/zmq/tutorial |