By bloid
via werkzeug.pocoo.org
Published: Dec 19 2008 / 19:30
In the past many Python web applications recreated the interface to the web server. Popular examples are the MoinMoin wiki engine and the trac SCM. Later on, WSGI was developed which standardized the interface to the web server so that it was possible to reuse components in various web applications. However, WSGI is very low level and so quickly frameworks appeared to give it a nice interface.



Add your comment