In a related question, I am trying to understand how a Python web application "ties together" from end to end, and I make the assumption that Apache / lighttpd / nginx is required with the WSGI module. (Suppose I serve static content using a CDN.)
Can I skip WSGI and use the gevent library to serve customers directly?
source
share