A real-time chat application built using Django and WebSockets for instant communication between users.
- Real-time messaging using WebSockets
- User authentication system
- Multiple chat rooms
- Message history support
- Responsive UI
- Python
- Django
- Django Channels
- WebSockets
- SQLite / PostgreSQL
- HTML, CSS, JavaScript
chat-app/
│── backend/
│── frontend/
│── manage.py
│── requirements.txtClone the repository:
git clone https://github.com/vijay2023V/chat-app.git
cd chat-appCreate virtual environment:
python -m venv venvActivate virtual environment:
venv\Scripts\activatesource venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun the server:
python manage.py runserver🚧 Currently building advanced real-time chat features.
Planned features:
- Private messaging
- Online user status
- File sharing
- Notifications
Vijay Raghav Reddy
GitHub: https://github.com/vijay2023V