Webchat using Python Flask and socketIO.
- Clone the repository:
git clone https://github.com/minkxx/python-flask-chatroom.git
- Go to the cloned folder:
cd python-flask-chatroom
- Install the requirements:
pip install -U -r requirements.txt
- Run the script:
python app.py