Hique

JSON →
library 1.1.4 ·javascript
verified Jun 7, 2026

hique is a job queue for Node.js, inspired by kue and bee-queue, focusing on stability and scalability. As of version 1.1.4, it provides a distributed job queue with a Monitor and Worker API, supporting job creation, processing, progress reporting, and child jobs. It uses an in-memory data store by default but allows custom stores. The package is maintained but has low activity, with no recent updates. Differentiators include stability over raw performance and easy horizontal scaling by adding worker processes.