Bee-Queue-UI is a web-based front-end interface for the Bee-Queue job manager, which itself is a Redis-backed job queue for Node.js. Version 0.2.2 is the current stable release; the package appears to be in maintenance mode with no recent updates. It provides a dashboard to monitor and manage Bee-Queue jobs, similar to how Matador works with Bull. It differs from alternatives like Bull Board by targeting the Bee-Queue ecosystem and being a lightweight Express-based UI. Note: the project is derived from Matador and has not seen active development since 2016, so consider it for legacy systems only.
npm install bee-queue-uiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts the Bee-Queue-UI web server with Redis connection options and listens on port 1337 for the dashboard.
Consider using alternatives like Bull Board or building a custom UI for modern Bee-Queue.
Ensure bee-queue and redis are installed and running before using this UI.
Use require('bee-queue-ui/app') directly.Stick to the documented patterns or test carefully when refactoring.
Use require('bee-queue-ui/app') instead of require('bee-queue-ui').Start Redis: redis-server, or check the connection configuration.
Use require('bee-queue-ui/app')(options) to get the factory function.