Differences between revisions 22 and 23
Revision 22 as of 2005-11-05 09:09:47
Size: 3620
Editor: 80
Comment:
Revision 23 as of 2005-11-05 09:14:24
Size: 3615
Editor: 80
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * [http://wsgiarea.pocoo.org WSGIarea] - simple to use WSGI packages with wrappers for CGI, mod_python, FastCGI and many others. Includes many middleware systems for cookie/session/error handling as well as gzipping of the output and highlighting searchstrings. Uses much code of [http://www.saddi.com/software/flup/ flup] but tries to be compatible to other WSGI packages.  * [http://wsgiarea.pocoo.org WSGIarea] - simple to use WSGI packages with wrappers for CGI, mod_python, FastCGI and many others. Includes middleware systems for cookie/session/error handling as well as gzipping of the output and highlighting searchstrings. Uses much code of [http://www.saddi.com/software/flup/ flup] but tries to be compatible to other WSGI packages.

Implementations of the Web Server Gateway Interface

Note: many of these implementations may be partial/incomplete or noncompliant as of the current draft spec. If you can't get the code samples in the spec to work with one of these implementations, there's a good chance that the implementation is broken: contact the implementation's author.

See [http://www.python.org/peps/pep-0333.html PEP 333] for more information on WSGI.

Web Server implementations

Web Framework implementations

WSGIImplementations (last edited 2011-01-18 16:31:13 by 89-105-112-41)

Unable to edit the page? See the FrontPage for instructions.