Projects with this topic
Sort by:
-
Express-Queued is an asynchronous queue system for Express.js, supporting multiple queues with configurable concurrency, priorities, retries, and fallback logic. It enables heavy tasks like image processing, email sending, or payment handling to run in the background without blocking server responses, with native Express middleware and customizable hooks.
Updated -
Express-Hooked is an extension for Express.js that adds a hooks and filters system inspired by WordPress, letting developers extend functionality at multiple points in the request lifecycle without modifying core code.
Updated