DEV Community

Bilal Raza
Bilal Raza

Posted on

Would appreciate feedback on my Django Channels chat app

I built a simple real-time chat application using Django Channels.

Tech Stack

  • Django
  • Django Channels
  • WebSockets
  • Redis
  • Async Consumers
  • Basic User Authentication

I started by following the Django Channels documentation to understand how everything fits together. Building it helped me get familiar with how WebSockets, Redis, and asynchronous consumers work together to enable real-time communication.

There are still parts I want to understand more deeply, especially Redis and async programming, so my next goal is to build a few smaller projects focused on those concepts and share what I learn.

I'm currently working as a backend developer intern at a local startup and I'm also looking for a junior backend developer role or another internship. If you have a few minutes to review the code or have suggestions on how I can improve it, I'd really appreciate the feedback.

Code: https://github.com/Bilal-2099/chatapp_django

Top comments (0)