node-laravel-queue

JSON →
library 0.1.7 ·javascript
verified Jun 7, 2026

Node.js library to sync queues between NodeJS and Laravel using Redis as the driver. Current version is 0.1.7, with no active release cadence (last update unknown). This library is a fork of Noderavel, allowing Node.js to process jobs dispatched from Laravel and vice versa. It provides Job and Queue classes that connect to a Redis instance and handle serialization/deserialization of job payloads compatible with Laravel's queue system. Note: This is a very early-stage package with limited documentation and no tests indicated. Not recommended for production without thorough review.