p-limit
popularRun multiple promise-returning & async functions with limited concurrency
Updated by @sindresorhus
throat
popularThrottle the parallelism of an asynchronous (promise returning) function / functions
Updated by @forbeslindesay
express-rate-limit
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
Updated by @nfriedly
p-all
Run promise-returning & async functions concurrently with optional limited concurrency
Updated by @sindresorhus
run-parallel-limit
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Updated by @feross
rate-limiter-flexible
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
Updated by @animir
ng2-img-max
Angular module to resize images down to a certain width and height or to reduce the quality to fit a certain maximal filesize - all in the browser.
Updated by @bergben
express-brute
A brute-force protection middleware for express routes that rate limits incoming requests
Updated by @adampflug
p-ratelimit
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
Updated by @natesilva
under-pressure
Measure process load with automatic handling of 'Service Unavailable' plugin for Fastify.
Updated by @starptech
ranges-crop
Crop array of ranges when they go beyond the reference string's length
Updated by @royston
p-queue-compat
Compatible version of p-queue. Exports cjs and mjs versions of p-queue and lets node select the appropriate one. Please see original readme below for details.
Updated by @bbeesley
koa2-ratelimit
IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.
Updated by @ysocorp