• Stars
    star
    246
  • Rank 164,726 (Top 4 %)
  • Language
    Python
  • Created almost 13 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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