wrapper around async.queue to make some common usages simpler
Ensures that end users cannot enter the queue without a valid token and to be a container which can carry sensitive user information from integrating system into the queue
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
qjobs is a simple and stupid queue job manager for nodejs
A really simple message queue based on Redis
A Node.js library for interacting with the Vercel Queue Service API
Queueing jobs in Postgres from Node.js like a boss
The Meilisearch JS client for Node.js and the browser.
Asynchronous queueing (producer-consumer style) with promises
A queue implementation that can be iterated over
a performant queue implementation in javascript
An interactive UI dashboard for Bee Queue
Task and Message Queues with Multiple Providers
TypeScript definitions for d3-queue
A really fast memory store for better-queue
A simple, fast, robust job/task queue, backed by Redis.
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
Enqueues messages onto a given SQS queue
A JS library for finding optimal label position inside a polygon
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
OCI NodeJS client for Queue Service
fast buffer storage
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.