This is the Real Time Chat Application web-app made using Python, Django in the backend and for styling Tailwind CSS is used.
Tech Stack Used : Frontend - HTML5, Tailwind CSS Backend: Python, Django, Javascript, Websockets, Daphne, Twisted Features of Real Time Chat Application:
- User Authentication functionality (Sign-Up, Login/Logout)
- Multiple different chat rooms.
- Real Time low latency chat. ( Message Send & Recieve )
- Past chat message visiblity.
- Upto 10 concurrent user chat possible in each chat room.
Here are the few sneak-peeks into the project 🔥
- Authentication ( Login / Sign Up )
- Chat Rooms
- Live Chat between two users.