|
CherryPy
CherryPy is a powerful webserver written in Python.
Webpyte proudly uses CherryPy 3.1, which provides speed, a very nice API, sessions, serving multiple applications, server configuration separate from application configuration, logging, cookies, serving static directories and files, decoding the request, gzipping the response, digest authentication etc. TurboGears 1.x used CherryPy 2.3. TurboGears 2.0 will not be based on CherryPy anymore. Instead, it is based on Pylons (which uses Paste or Webob for webserver). |
Sign in to add a comment
webob is not a webserver and pylons can use any compilant wsgi server (including paste's, wsgiref, cherrypy3, zope, twisted and so on)