WSGI is the Web Server Gateway Interface. It is a specification for web servers and application servers to communicate with web applications (though it can also be used for more than that). It is a Python standard, described in detail in PEP 333.

For more, see Learn_WSGI.

What_is_WSGI (last edited 2010-02-07 18:31:31 by StephanDiehl)