ratelimit
v0.0.4
Published
simple stream rate limiting for node.js
Downloads
4,706
Readme
ratelimit
Simple rate limiting for node.js streams, capable of capping both read and write streams.
Install
npm install ratelimit
Usage
See the tests for now.
Todo
- Test writable file streams.
- Examples (e.g. HTTP).