Python Websockets Example: Chat

This is a simple application that serves tasty WebSockets to your users with Flask, Flask-Sockets, Gevent, and Gunicorn.

Mmmm.

1. start redis
./redis-server 
2. set redis_url
export REDIS_URL=localhost:6379
3.start server

see  Procfile