celery-plus πŸ₯¬ β€” Modern Celery for Node.js

Published: (December 14, 2025 at 11:20 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

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:
npm:

Back to Blog

Related posts

Read more Β»

Scaling with Celery and Redis

The Problem with Synchronous Indexing When a user started indexing a YouTube playlist, the backend ran a synchronous loop that processed each video one after a...

Create Your First MCP App

TL;DR MCP Apps bring interactive UIs to conversational agents and other MCP clients. This tutorial shows how to create a simple yet powerful app source code he...