Priority queue data structures
Tiny async queue with concurrency control. Like p-limit or fastq, but smaller and faster.
Promise queue with concurrency control. This is a fork of sindresorhus/p-queue, but with CommonJS support.
A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
OCI NodeJS client for Queue Service
a performant queue implementation in javascript
digest auth request plugin for fetch/node-fetch also support http basic auth authentication
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
Task and Message Queues with Multiple Providers
Mock http requests made using fetch
Better Stack JavaScript logging tools (formerly Logtail)
TypeScript definitions for d3-queue
A simple, fast, robust job/task queue, backed by Redis.
Convenient parsing for Fetch.
Enqueues messages onto a given SQS queue
Web API compatible fetch implementation
Detect, fetch, and optimize images with sharp, with optional queue-backed processing via @platformatic/job-queue.
fetch mock for vitest
Web API compatible Blob implementation
A light-weight module that brings Fetch API to node.js
Check if a value is a Fetch network error
Multi-strategy job queue with local and BullMQ support
Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.