Example server script for blueberry web framework
I'm using this script (or a variation of it) in some of my projects. It makes starting and stopping blueberry servers really simple. It also lets you daemonize the process and/or run the script reloader. The script reloader lets you edit your python code on-the-fly without having to manually restart the server every time. Here's the gist: