Web Server Gateway Interface: Difference between revisions

Content deleted Content added
WSGI compatible Applications and Frameworks: rm deleted / reposted article
m Idea: commification
Line 4:
 
==Idea==
Python currently boasts a wide variety of web application frameworks. This can be a problem for new Python users, because, generally speaking, their choice of web framework will limit their choice of usable web servers, and vice versa.
 
WSGI proposes a simple and universal interface between web servers and web applications or frameworks.