DEV Community

member_ae0cde60
member_ae0cde60

Posted on

celery-plus 🥬 — Modern Celery for Node.js

If you’re using Celery but working in a Node.js / TypeScript ecosystem, you’ve probably noticed that most Celery clients for Node are outdated or unmaintained.

That’s why I built celery-plus.

celery-plus is a modern, actively maintained Celery client and worker for Node.js, fully compatible with Python Celery and supporting the latest Celery message protocols (v1 & v2).

Why check it out?

🚀 Works with existing Python Celery workers

📘 Written in TypeScript with full typings

🔄 Supports RabbitMQ (AMQP) and Redis

⚡ Async/await–friendly APIs

🛠️ Actively maintained (unlike most Node Celery forks)

You can use it to:

Enqueue Celery tasks from Node.js

Run Celery workers in Node.js

Build polyglot systems (Python + Node)

👉 GitHub: https://github.com/archer947/celery-plus
📦 npm: https://www.npmjs.com/package/celery-plus

If you’re running Celery and want first-class Node.js support, I’d love for you to check it out, try it, and share feedback! 🚀

Top comments (0)