This library lets you send tasks to a Celery worker from Node.js, supporting AMQP and Redis brokers. You can queue tasks using `client.call()` and configure broker options or set ETAs for delayed execution.
Integrate Celery's task queuing with your Node.js applications.
Node.js developers who need to offload background processing to a Celery cluster.