Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Run multiple promise-returning & async functions with limited concurrency
Throttle a function to limit its execution rate
- throttle
- rate
- limit
- limited
- rate-limit
- ratelimit
- throttling
- optimization
- performance
- function
- execution
- interval
- batch
Delay function calls until a set time elapses after the last invocation
Promise queue with concurrency control
- promise
- queue
- enqueue
- limit
- limited
- concurrency
- throttle
- throat
- rate
- batch
- ratelimit
- priority
- priorityqueue
- fifo
- View more
Throttle promise-returning & async functions
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
- express-rate-limit
- express
- rate
- limit
- ratelimit
- rate-limit
- middleware
- ip
- auth
- authorization
- security
- brute
- force
- bruteforce
- View more
Create a debounced version of a promise returning function
A rate limiter for Node.js streams.
IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.
- koa2-ratelimit
- koa2-rate-limit
- koa-rate-limit
- koa-ratelimit
- koa2-brute-force
- koa-brute-force
- koa2-bruteforce
- koa-bruteforce
- koa2
- rate
- limit
- sequelize
- mongodb
- ratelimit
- View more
abstract rate limiter backed by redis
Debounce promise-returning & async functions
- promise
- debounce
- debounced
- limit
- limited
- concurrency
- throttle
- throat
- interval
- rate
- batch
- ratelimit
- task
- queue
- View more
Fixed window rate-limiting directive for GraphQL. Use to limit repeated requests to queries and mutations.
- graphql
- graphql-js
- directive
- middleware
- schema
- resolvers
- rate
- limit
- ratelimit
- rate-limit
- graphql-rate-limit
- cost
- security
Compatible version of p-queue
- promise
- queue
- enqueue
- limit
- limited
- concurrency
- throttle
- throat
- rate
- batch
- ratelimit
- priority
- priorityqueue
- fifo
- View more
Basic IP rate-limiting middleware for Express that slows down responses rather than blocking the user.
- express-rate-limit
- express
- rate
- limit
- ratelimit
- rate-limit
- middleware
- ip
- auth
- authorization
- security
- brute
- force
- bruteforce
- View more
Rate limiter middleware for koa
Rate limit made simple, easy, async.
Provides a Mongo store for the express-rate-limit middleware.
- express-rate-limit
- express
- rate
- limit
- ratelimit
- rate-limit
- security
- brute
- force
- bruteforce
- brute-force
- attack
- mongo
- mongodb
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
- promise
- queue
- enqueue
- limit
- limited
- concurrency
- throttle
- throat
- rate
- batch
- ratelimit
- priority
- priorityqueue
- fifo
- View more
Promise-based utility to make sure you don’t call rate-limited APIs too quickly.
A debounced function that delays invoking asynchronous functions.