Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
p-limit
Run multiple promise-returning & async functions with limited concurrency
throttleit
Throttle a function to limit its execution rate
p-queue
Promise queue with concurrency control
debounce
Delay function calls until a set time elapses after the last invocation
limiter
A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
bottleneck
Distributed task scheduler and rate limiter
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.
p-throttle
Throttle promise-returning & async functions
rc-rate
React Star Rate Component
p-all
Run promise-returning & async functions concurrently with optional limited concurrency
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
p-debounce
Debounce promise-returning & async functions
ratelimiter
abstract rate limiter backed by redis
koa2-ratelimit
IP rate-limiting middleware for Koajs 2. Use to limit repeated requests to APIs and/or endpoints such as password reset.
@fastify/rate-limit
A low overhead rate limiter for your routes
axios-rate-limit
Rate limit for axios.
qrate
A Node.js queue library with controllable concurrency and rate limiting
rolling-rate-limiter
Rate limiter that supports a rolling window, either in-memory or backed by Redis
react-native-rate
React Native Rate is a cross platform solution to getting users to easily rate your app.
p-queue-compat
Compatible version of p-queue