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
p-all
Run promise-returning & async functions concurrently with optional limited concurrency
promise-throttle-all
Promise.all with limited concurrency
limited-request-queue
Interactively manage concurrency for outbound requests.
@esm2cjs/p-limit
Run multiple promise-returning & async functions with limited concurrency. This is a fork of sindresorhus/p-limit, but with CommonJS support.
apollo-link-shopify-retry
Easy setup for retrying rate limited request in Shopify's (Admin) GraphQL API.
@freik/p-limit
Run multiple promise-returning & async functions with limited concurrency
dripping-bucket
Library to calculate delays for operations running against rate-limited services
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
p-throttle
Throttle promise-returning & async functions
ratelimiter
abstract rate limiter backed by redis
http-api-proxy
A reverse proxy designed for use with rate limited APIs.
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
ffratelimiter
A module to call any function in a rate limited manner
bottleneck
Distributed task scheduler and rate limiter
react-native-rate
React Native Rate is a cross platform solution to getting users to easily rate your app.
p-debounce
Debounce promise-returning & async functions
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.