A trivial python webserver framework written around bottle
Bottle comes with its own HTTP Server. To run type in a terminal:
python Windfall.py
sudo apt-get install -y python2.7-dev python-pip libevent-dev python-yaml sudo pip install sqlalchemy sudo pip install requests sudo pip install bottle sudo pip install bottle-sqlalchemy sudo pip install gevent
To run behind nginx with uwsgi (as a daemon http server): http://kjuly.me/note/nginx-uwsgi-bottle/