Skip to content

Files

Latest commit

973f41b · Jun 15, 2019

History

History
9 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 276 Bytes

A primitive chat app created to experiment with Flask, Redis, Gevent & Server-Sent Events.

installation

pip install flask redis gevent gunicorn

running the app

start the redis server
redis-server
gunicorn --debug --worker-class=gevent -t 99999 app:app