Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.11 KB

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:

  1. User Authentication functionality (Sign-Up, Login/Logout)
  2. Multiple different chat rooms.
  3. Real Time low latency chat. ( Message Send & Recieve )
  4. Past chat message visiblity.
  5. Upto 10 concurrent user chat possible in each chat room.

Here are the few sneak-peeks into the project 🔥

  1. Authentication ( Login / Sign Up )

2_login

2_signup

  1. Chat Rooms

2_room

  1. Live Chat between two users.

2_chat