Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.23 KB

Real Time Chat Application 💬🈸

forthebadge made-with-python

Python 3.11

Features

🔥 Real-time Messaging: Seamless communication with instant message delivery.

🌐 Multiple Chat Rooms: Join different channels for various topics or groups.

🔐 User Authentication: Secure signup and login with credentials.

👥 Online Presence: See who's available for chat in real-time.

💬 Private Messaging: Engage in one-on-one conversations with other users.

Instant Updates: New messages and changes sync automatically.

Screenshots

Home Page

Chat Room

Getting Started

Follow these steps to set up the project locally:

  1. Clone the repository: git clone https://github.com/Varsha-1605/Real-Time-Chat-Application.git
  2. Install dependencies: pip install -r requirements.txt
  3. Start the server: python app.py

Now you can access the application at http://localhost:5000/.