a fullstack django web application that is realtime for users using channels and websocket
This is a full-stack chat application built with Django, featuring real-time communication using websockets. It provides a seamless chat experience for users, allowing them to connect and interact in real-time.
- Real-time chat functionality using websockets
- User registration and authentication and profile
- Chat room creation and management
- User presence indication (online/offline status)
- Responsive and intuitive user interface
- Deleting message just by tapping or clicking on it
- Clone the repository
- Change into the project directory
- Install the required dependencies
- Apply database migrations
- Start the development server
Note: You can use two diffrenet chrome profiles to see realtime chatting :)