This is a simple chat application which uses Python, Flask and Socket IO.
-
Clone the repository.
-
Install all the required libraries by running the following command
pip install -r requirements.txt
Execute the application by
python app.py
-
for any backward compatibilty issues use the below commands
pip install --upgrade python-socketio==4.6.0
pip install --upgrade python-engineio==3.13.2
pip install --upgrade Flask-SocketIO==4.3.1

