@dealerslink/node-express-rate-limiter

1.1.2 • Public • Published

node-express-rate-limiter

node-express-rate-limit is a cache-based, request reate limiter for use with expressJS. It is designed for use with request-utils but can be used without. It caches a store of IP address, Method, and Request tuples used to make any request and then temporarily blocks requests from those sources once a limit for those requests have been exceeded.

Installation

npm install @dealerslink/express-rate-limiter

Usage

const RateLimiter = require('@dealerslink/node-express-rate-limiter');
rateLimiter = new RateLimiter('rateLimit');

See wiki for more details.

/@dealerslink/node-express-rate-limiter/

    Package Sidebar

    Install

    npm i @dealerslink/node-express-rate-limiter

    Weekly Downloads

    1

    Version

    1.1.2

    License

    none

    Unpacked Size

    16.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • tonybebber