Differences between revisions 17 and 20 (spanning 3 versions)
Revision 17 as of 2005-02-14 20:27:29
Size: 2884
Editor: 150
Comment: note on peak's wsgi gateways for FastCGI and CGI users
Revision 20 as of 2005-07-18 08:10:53
Size: 3180
Editor: phaser850
Comment: Added Django
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 * [http://www.saddi.com/software/py-lib/ py-lib] a bunch of servers (and a little framework) by Allan Saddi
Line 33: Line 35:
 * [http://svn.colorstudy.com/trunk/WSGIKit WSGIKit] - a [http://w4py.org Webware] reimplementation, implemented with a degree of framework-neutrality in mind.  * [http://svn.w4py.org/WSGIKit/trunk WSGIKit] - a [http://w4py.org Webware] reimplementation, implemented with a degree of framework-neutrality in mind.
Line 37: Line 39:
 * Nevow - in a branch of its Subversion repository. (Can someone supply a link to this?)  * [http://www.nevow.com/ Nevow] - the reimplementation of Twisted's woven, doesn't require Twisted.
Line 44: Line 46:

 * [http://www.djangoproject.com/ Django] - An emerging framework generating a lot of buzz that has [http://code.djangoproject.com/changeset/169 recently added support] for WSGI

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.