'''# Python-Chat-App
Create by Herbert Wang ([email protected])
Using Flask-socketio with eventlet to allow mixed content http + wss:
pip install -r requirement.txt
to install requirements...
Start MonogoDB server by running
monogd
in a separate terminal
To run server, run
python chat.py
In if statement at the bottom, the first two lines are for eventlet localhost and 2 lines below are for Kite server.
https://flask-socketio.readthedocs.io/en/latest/ https://developer.chrome.com/extensions/messaging'''