Differences between revisions 6 and 7
Revision 6 as of 2004-10-07 05:08:49
Size: 1470
Editor: adsl-2-91-235
Comment: Added wsgiref, modjy, and WSGI for Webware
Revision 7 as of 2004-11-06 22:44:17
Size: 1704
Editor: user04
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * see WSGIUtils below
Line 22: Line 24:

 * [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.

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

  • [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

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.