Socket flacon IO
pip install flask-socketio
Blue Bug
pip install flask-socketio
gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 module:app
$ uwsgi --http :5000 --gevent 1000 --http-websockets --master --wsgi-file app.py --callable app