Web Server Gateway Interface: Difference between revisions

Content deleted Content added
m WSGI-compatible applications and frameworks: Django and Pylons articles have moved
m Robot-assisted disambiguation (you can help!): Python programming language
Line 1:
The '''Web Server Gateway Interface''' defines a simple and universal [[interface (computer science)|interface]] between [[web server]]s and [[web application]]s or [[web application framework|framework]]s for the [[Python (programming language)|Python programming language]].
 
==Idea==