包详细信息

ratelimit

einaros6.6kBSD0.0.4

simple stream rate limiting for node.js

自述文件

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