Alan Christopher Thomas @ Minted Slides at alanctkc.github.io/wsgi-middleware-demo What is (and isn't) WSGI? Web Server Gateway Interface PEP 3333 Servers uwsgi gunicorn waitress apache/mod_wsgi etc. Frameworks django flask pyramid web.py etc. A Small WSGI App Example github.com/alanctkc/wsgi-middleware-demo git clone https://github.com/alanctkc/wsgi-middleware-demo.git git checkout start Show Me!