This is a simple chat application built with Flask and Socket.IO, allowing users to communicate in real-time via a web interface.
-
Clone the repository:
git clone <repository_url> cd your_project_directory
-
Install dependencies:
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Open a web browser and go to
http://localhost:8010/
to access the application.
- Real-time chat functionality using Flask and Socket.IO.
- Responsive web interface.
- Timestamps for each message.
- Simple and intuitive interface.