Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
throttled-queue
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.
throttled-request
Node.js module to easily throttle HTTP requests
throttle-typescript
Helper that returns a throttled function (TypeScript types included - works without TypeScript also)
restricted-parallel-processes
Spawn all processes, but limit number of parallel processes
dynamic-throttled-queue
Forked from shaunpersad/throttled-queue. Dynamically throttles arbitrary code to execute a minimum/maximum number of times per interval. Best for making throttled API requests.
smart-downloader
HTTP(s) downloader, which resumes your downloads and supports download speed limits and download progress updates
bottled
Batch + Throttle = Bottle
rpi-throttled
Library to check for undervoltage and overheating events on a Raspberry Pi
restricted-concurrent-actions
Like Promise.all, but limit number of concurrent promises
throttle-asynchronous
Throttle many promises, resolve once
particle-throttled
A rate-limited node library to interface with the Particle Cloud
throttled-concurrent-actions
Like Promise.all, but throttled
throttled-queue-timeout
Throttles arbitrary code to execute a maximum number of times per interval with a timeout. Best for making throttled API requests.
throttled-q
A throttled job queue
all-in-throttle-out-queue
Queue that accept all the inputs and batch the result to output them on a regular interval of time
atlas-throttled-queue
Async job queue that limits the rate of job execution.
batched-queue
A simple queue to batch a series of payloads to execute some function every X items or Y milliseconds, whichever happens first.
azure-eventhub-streaming-receiver
A library for ...