reactor
JSON →A work queue that pivots events to error-first callbacks. Version 13.0.4 provides an asynchronous task queue library for Node.js, allowing developers to define and run tasks with error-first callbacks. It offers a flexible and efficient way to manage work queues, similar to Cadence. The library is maintained and follows a regular release cadence. Unlike other task queues, reactor focuses on converting event-driven flows into callback-based patterns, making it suitable for scenarios like batch processing or workflow orchestration with explicit error handling.