Installation

Install the Node.js SDK (npm @babelqueue/core):

npm install @babelqueue/core

Requirements

  • Node >=18

The package ships dual ESM + CommonJS with bundled TypeScript types. The core is broker-agnostic with zero dependencies — you bring your own Redis or RabbitMQ client to move the encoded bytes; there is no separate BabelQueue runtime to install.

Next: Configuration.