forever-agent : HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.. You can installing forever-agent 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 forever-agent $ sudo npm install -g forever-agent
If want to update the forever-agent package execute the command as below,
$ sudo npm update forever-agent
Update package globally,
$ npm install -g forever-agent
$ sudo git clone https://github.com/rektide/forever-agent.git
$ sudo npm install -g ./forever-agent
forever-agent@0.6.1 /usr/lib/node_modules/forever-agent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall forever-agent
Package Name | forever-agent |
Version | 0.6.1 |
Description | HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module. |
Released Date | 2015-04-07T17:03:49.221Z |
Published by | simov |
How to Learn | https://www.npmjs.com/package/forever-agent/tutorial |