This is a simple real-time chat application using Flask and Socket.IO.
-
Clone the repository:
git clone https://github.com/Nuraj250/python-chat.git cd python-chat
-
Create a virtual environment and install dependencies:
python3 -m venv env source env/bin/activate pip install -r requirements.txt
-
Run the application:
python run.py
-
Open your browser and go to:
http://127.0.0.1:5000/
---
## **π Next Steps**
- β
Run the app: `python run.py`
- β
Test sending messages in the chat
- π Add user authentication (Login & Registration)
- π Store messages in a database (SQLite, PostgreSQL, etc.)
- π Deploy the app using **Heroku, AWS, or DigitalOcean**
---
This is a fully functional **Flask & Socket.io chat app** with WebSockets! π