This is a simple chat application which uses Python, Flask and Socket IO.
- Clone the repository
git clone https://github.com/kneelesh48/flask-chat.git
- Install required python packages
pip install -r requirements.txt
- Execute the application by
python app.py