Package detail

ratelimit

einaros6.6kBSD0.0.4

simple stream rate limiting for node.js

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).