{"library":"bee-queue-ui","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"0.2.2","tags":["javascript","bee-queue-ui","bee-queue","redis","job"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install bee-queue-ui","imports":["const app = require('bee-queue-ui/app')(options);","const options = { redis: { host: 'localhost', port: 6379 } }; const app = require('bee-queue-ui/app')(options);","const app = require('bee-queue-ui/app')({ redis: { host: process.env.REDIS_HOST || 'localhost', port: process.env.REDIS_PORT || 6379 } });"]},{"cmd":"yarn add bee-queue-ui","imports":[]},{"cmd":"pnpm add bee-queue-ui","imports":[]}],"homepage":"https://github.com/Hospo360/bee-queue-ui","github":"git://github.com/Hospo360/bee-queue-ui","docs":null,"changelog":null,"pypi":null,"npm":"bee-queue-ui","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}