node-red-contrib-msg-queue
A contributed Node-RED node, that queues undeliverable messages to file for later delivery.
A contributed Node-RED node, that queues undeliverable messages to file for later delivery.
STOMP for JavaScript apps for react-native
Topic-Based Messaging Queue on top of Redis Streams
Javascript implementation of a priority queue data structure
Library for publish and subscribe events on message bus. In addition, it is possible to perform resource requests from the use of the standard commonly known as RPC.
A simple approach to handling resource concurrency limits within a single system thread.
AMQP-based event bus
An NX queue utility for splitting up heavy work.
Node-queue is a node.js module for multiple databases. It can be very useful if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.
A RESTful interface for rsmq
Queues using linked list, faster than array.shift(), support enqueue,dequeue,enqueue all, dequeue all, clear, forEach, first, last
Tiny library for performing promises while limiting concurrency
Data structure and graph processing library written in modern JavaScript
A small library which implements a queue where you are able to request items early if the queue is empty.
Heap queue implementation for nodejs/iojs.
Node.js client for NATS, a lightweight, high-performance cloud native messaging system
A lightweight task queue
transparent multi instance event-emitter using redis
A queue managed in localStorage for async tasks that may run immediately before page unload.
Promise-line queue tasks and starts executing them in order with a fixed amount of parallelism. A task is a function with no argument returning a promise.