Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages