Hacker News new | ask | show | jobs
by alvarlagerlof 1653 days ago
Should explain what WSGI is.
1 comments

Web Server Gateway Interface. Simply put, it is just a convention for forwarding requests to Python web applications.

More info here:

python.org/dev/peps/pep-0333/