stream-throttle : A rate limiter for Node.js streams.. You can installing stream-throttle 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 stream-throttle $ sudo npm install -g stream-throttle
If want to update the stream-throttle package execute the command as below,
$ sudo npm update stream-throttle
Update package globally,
$ npm install -g stream-throttle
$ sudo git clone https://github.com/rektide/stream-throttle.git
$ sudo npm install -g ./stream-throttle
stream-throttle@0.1.3 /usr/lib/node_modules/stream-throttle
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall stream-throttle
| Package Name | stream-throttle |
| Version | 0.1.3 |
| Description | A rate limiter for Node.js streams. |
| Released Date | 2014-04-08T00:48:57.963Z |
| Published by | tjgq |
| How to Learn | https://www.npmjs.com/package/stream-throttle/tutorial |