In a related question I'm trying to figure out how a Python web application "ties together" from end to end, and I've been making the assumption that Apache/lighttpd/nginx is required with a WSGI module. (Let's assume I'm serving static content using a CDN.)
Is it possible to skip WSGI and use the gevent library to serve clients directly?