Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2004-09-08 21:11:57
Size: 303
Editor: cache6-popl
Comment:
Revision 8 as of 2004-11-30 22:36:40
Size: 1928
Editor: DHCP-34-145
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Implementations of the Web Server Gateway Interface #pragma section-numbers off
Line 3: Line 3:
== Web Server implementations == = Implementations of the Web Server Gateway Interface =
Line 5: Line 5:
 * None yet AFAIK 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.

== Web Server implementations ==

 * [http://mail.python.org/pipermail/web-sig/2004-October/000956.html wsgiref] - a library of base classes covering most of the "hard parts" of a WSGI server implementation, written by the PEP author. It also includes utility functions and classes that may be useful for application/framework implementors, and should be considered a "must read" for server implementors. (Update: most of the limitations mentioned in the linked post have now been resolved; wsgiref now includes sensible default error handling and logging, automatic calculation of Content-Length when possible, and greater test coverage.)

 * [http://www.xhaus.com/modjy modjy] - a WSGI implementation for Jython

 * see Jonpy below

 * see WSGIUtils below

 * [http://www.idyll.org/~t/www-tools/wsgi/] - SWAP, a WSGI adapter for [http://www.mems-exchange.org/software/scgi/ SCGI].
Line 9: Line 21:
 * [http://mail.python.org/pipermail/web-sig/2004-October/000929.html WSGI for Webware] (work in progress)
Line 10: Line 24:
 * Nevow - in a branch of its Subversion repository.
 * Nevow - in a branch of its Subversion repository. (Can someone supply a link to this?)

 * [http://www.owlfish.com/software/wsgiutils/ WSGIUtils] - A multi-threaded WSGI server implementation and a simple framework providing basic user authentication, signed cookies, and persistent sessions.

 * [http://www.idyll.org/~t/www-tools/wsgi/] - QWIP, a WSGI adapter for Quixote applications.

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.

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.