What is WSGI, and why should you care? WSGI, or the Web Server Gateway Interface, is a Python Enhanc
ement Proposal (#333) authored by Philip Eby in an attempt to address the lack of standardization among Python web frameworks. Think of it as the servlet spec for the Python world, only simpler. Although the WSGI specification is primarily aimed at framework developers, you can also develop application components to it. One of the aims of PEP 333 is ease of implementation, which con
continue >>
Feb
10
Getting Started with WSGI
Comments (0)
Python
Tags: