Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 695 Bytes

File metadata and controls

13 lines (9 loc) · 695 Bytes

Chat Application

This is a simple implementation of Celery and RabbitMQ with Django for real-time chat and background task processing.

Workflow

  • Users send messages in chat rooms via WebSockets (using Django Channels).
  • Messages are processed and displayed in real time.
  • Celery handles background tasks such as message moderation, using RabbitMQ as the message broker.
  • Moderated messages are updated in the chat without reloading the page.

Screenshot from 2025-06-17 11-04-56 Screenshot from 2025-06-17 11-05-59