Differences between revisions 24 and 25
Revision 24 as of 2006-01-15 12:14:49
Size: 3900
Editor: host-201-141-120-252
Comment:
Revision 25 as of 2006-01-15 12:18:46
Size: 3962
Editor: host-201-141-120-252
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * see PythonPaste below
Line 37: Line 39:
 * [http://pythonpaste.org/ Python Paste] - a collection of low-level WSGI tools including a [http://svn.w4py.org/Paste/trunk/paste/httpserver.py HTTP/SSL server], an [http://svn.w4py.org/Paste/trunk/auth/ auth] module with signed cookies, sessions, form and digest authentication.  * [http://pythonpaste.org/ Python Paste] - a collection of low-level WSGI tools including a multi-threaded SSL-enabled WSGI [http://svn.w4py.org/Paste/trunk/paste/httpserver.py server], and an [http://svn.w4py.org/Paste/trunk/paste/auth/ auth] package with signed cookies, sessions, form and digest authentication.

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.