UNPKG

rate-limiter-memory

Version:

Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM

4 lines (2 loc) 83 B
const MemoryStorage = require('./MemoryStorage'); module.exports = MemoryStorage;