reconnect-net : Reconnect a tcp stream when it goes down.. You can installing reconnect-net 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 reconnect-net $ sudo npm install -g reconnect-net
If want to update the reconnect-net package execute the command as below,
$ sudo npm update reconnect-net
Update package globally,
$ npm install -g reconnect-net
$ sudo git clone https://github.com/rektide/reconnect-net.git
$ sudo npm install -g ./reconnect-net
reconnect-net@1.1.1 /usr/lib/node_modules/reconnect-net
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall reconnect-net
| Package Name | reconnect-net |
| Version | 1.1.1 |
| Description | Reconnect a tcp stream when it goes down. |
| Released Date | 2016-10-04T13:23:36.478Z |
| Published by | juliangruber |
| How to Learn | https://www.npmjs.com/package/reconnect-net/tutorial |