{"library":"queue-port","type":"library","category":null,"description":"Queue-Port is an HTTP-based queue server library for Node.js (v0.0.6, latest) implementing a basic FIFO queue based on the Actor Model. It allows enqueuing and dequeuing items by named queues via REST API, with support for blocking dequeue with configurable timeouts (indefinite, immediate, or milliseconds). Key differentiators include a built-in optional dashboard server for monitoring queues/waiters and a simple HTTP interface without external dependencies. Written in TypeScript with type definitions. Currently in early development with limited features compared to mature solutions like Bull or Bee-Queue.","language":"javascript","status":"active","version":"0.0.6","tags":["javascript","queue","actor","http","interface","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-port","imports":["import * as queuePort from 'queue-port'; queuePort.start()","import * as queuePort from 'queue-port'; const q = queuePort.Queue","import queuePort from 'queue-port'"]},{"cmd":"yarn add queue-port","imports":[]},{"cmd":"pnpm add queue-port","imports":[]}],"homepage":"https://github.com/moztemur/queue-port","github":"https://github.com/moztemur/queue-port","docs":null,"changelog":null,"pypi":null,"npm":"queue-port","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}