rx-node : RxJS Bindings for Node.js and io.js. You can installing rx-node 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 rx-node $ sudo npm install -g rx-node
If want to update the rx-node package execute the command as below,
$ sudo npm update rx-node
Update package globally,
$ npm install -g rx-node
$ sudo git clone https://github.com/rektide/rx-node.git
$ sudo npm install -g ./rx-node
rx-node@1.0.2 /usr/lib/node_modules/rx-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rx-node
| Package Name | rx-node |
| Version | 1.0.2 |
| Description | RxJS Bindings for Node.js and io.js |
| Released Date | 2016-02-18T02:21:36.581Z |
| Published by | mattpodwysocki |
| How to Learn | https://www.npmjs.com/package/rx-node/tutorial |