Simply Queue Manager

JSON →
library 0.0.5-beta4 ·javascript abandoned
verified Jun 7, 2026

A browser-based queue management library that stores jobs in localStorage and processes them asynchronously. Version 0.0.5-beta4 is a pre-release with basic FIFO/LIFO support, timeout, max job limits, and worker retry logic. Unlike server-side queues (Bull, Bee), this library runs entirely in the browser, using localStorage for persistence. It is not production-ready and has no recent updates.