Skip to content

jkbrzt/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages