FiFo API bindings for node.js
A fast fifo implementation similar to the one powering nextTick in Node.js core
FIFO queue implemented using a double linked-list
A simple double ended queue datastructure
Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.
tar for node
LRU and FIFO caches for Client or Server
a simple fifo queue
A fifo rdf-resolve-hypermedia-links-queue actor
TypeScript definitions for fast-fifo
SQS adapter for message-queue-toolkit
SNS adapter for message-queue-toolkit
Javascript implementation of a queue data structure
Simple JS stack with auto run for node and browsers
Simple event logger for the browser and node.js
Discord Player Utilities
Tiny queue data structure
Userland FIFO file
This project provides a collection of helper functions for working with asyncronous iterators in TypeScript.
Re-drive dead letter queue messages to another queue
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating value retrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and
A fast FIFO queue implementation.
Node.js Streams, a user-land copy of the stream library from Node.js