JSPM

  • Created
  • Published
  • Downloads 1007
  • Score
    100M100P100Q122375F
  • License MIT

Simple in-memory rate-limit for Node.

Package Exports

  • lambda-rate-limiter

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lambda-rate-limiter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

lambda-rate-limiter

Build Status Test Coverage NPM Downloads Gitter

Fast and efficient in-memory rate-limit, used to alleviate most common DOS attacks.

This rate-limiter was designed to be as generic as possible, usable in any NodeJS project environment, regardless of wheter you're using a framework or just vanilla code.

Uses lru-cache for storage of limits.

How to install?

...

How to use?

...

Why not using existing similar modules?

...