queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Fifo queue with concurrency control
Concurrency limit
Throttle a function to limit its execution rate
A simple rate limited queue for asynchronous operations. Restricts the number of operations executed per time interval.
A rate limiter for Node.js streams.
Missing keepalive http.Agent
Compatible version of p-queue
A tiny fully-featured debounce and throttle implementation.
Promise-based queue
LRU Queue
Primitives for creating scheduled — throttled or debounced — callbacks.
In memory queue system prioritizing tasks
celery written in nodejs
Easy exclusive or shared access to resource
A simple queue node that store incoming messages in memory queue and uses a feedback from a following action or trigger message to release the next message stored in the queue.
A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
Sequential asynchronous lock-based queue for promises
Returns the next buffer/object in a stream's readable queue
wrapper around async.queue to make some common usages simpler
Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.
asynchronous function queue with adjustable concurrency
Node.js module to easily throttle HTTP requests
an opinionated implementation of resque in node