Queue-Port

JSON →
library 0.0.6 ·javascript
verified Jun 7, 2026

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.