Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 198 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 198 Bytes

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

pip install flask redis gevent gunicorn

gunicorn --debug --worker-class=gevent -t 99999 app:app