GUMMI A small chat application written in Flask + redis. It is written to learn flask + jinja 2 + redis. Installation: you need redis. You can download redis from redis.io. Start the redis server. It is advised to use virtualenv. pip install -r requirements.txt Start the server: python runserver.py
from https://github.com/kracekumar/Gummi