This is a real-time chat application built using Django Channels and WebSockets. Users can chat with their friends anonymously by creating or joining a chat room using a room code.
- Create and join chat rooms using a room code
- Real-time messaging with WebSockets
- Anonymous chat without requiring user registration
- Django
- Django Channels
- WebSockets
- HTML/CSS/JavaScript
- git clone https://github.com/NancyAanchal/Anonymous-chat-app.git
- pip install -r requirements.txt
- python manage.py runserver
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.