Skip to content

A trivial python webserver framework written around bottle

Notifications You must be signed in to change notification settings

chalupaul/Windfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windfall

A trivial python webserver framework written around bottle

Bottle comes with its own HTTP Server. To run type in a terminal:

python Windfall.py

Dependencies

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

NGINX + uWSGI + Windfall (Bottle)

To run behind nginx with uwsgi (as a daemon http server): http://kjuly.me/note/nginx-uwsgi-bottle/

About

A trivial python webserver framework written around bottle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages