Django Chat App

I built a chat application that enables users to create or join existing chat groups and engage in real-time conversations. The project leverages WebSockets for seamless and dynamic communication. Built using Django, the application includes two core models: a Room model and a Message model. The Room model is designed to allow users to either join a room with an existing name or create a new one if it doesn't already exist, ensuring a flexible and user-friendly experience.

Django Chat App Screenshot 1 Django Chat App Screenshot 2

Key Features

Technologies Used

View Source Code on GitHub
See More Projects