| WebSeitz/wikilog |
| WSGI |
|
| last edited by BillSeitz on Mar 9, 2008 3:54 pm |
PyThon-specific Web Server Gateway Interface - alternative to CGI.
http://www.python.org/peps/pep-0333.html
reference WiKi http://wsgi.org/wsgi
a way to integrate apps written in different Python Web Framework-s?
by Phillip J Eby - WSGI in itself is just a Python encoding of HTTP, nothing more
list of implementations
Guido Van Rossum is supporting (Feb14'2006) using Phillip J Eby's implementation in the PyThon standard library
Les Orchard is a fan - I realized that it also makes web apps composable... I think one of the reasons I've been so taken with WSGI is that it's not another damn Frame Work.
related comment by Ian Bicking
related anti-Frame Work rant by [Andy Smith]
[MikeOrr] article: http://linuxgazette.net/115/orr.html
related: Python Paste
[Allan Saddi]'s flup package provides utilities, including adaptors for FastCGI and SCGI.
| User Options Recent Changes Help Page |