List some features of Cherrypy Framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Below is list of some key features of Cherrypy Framework

  • A reliable, HTTP/1.1-compliant, WSGI thread-pooled web server.
  • Easy to run multiple HTTP servers (e.g. on multiple ports) at once.
  • A powerful configuration system for developers and deployers.
  • A flexible plugin system.
  • Built-in tools for caching, encoding, sessions, authentication, static content, and much more.
  • In CherryPy everything is swappable and customizable.
  • Built-in profiling, coverage, and testing support.
  • Runs on Python 2.7+, 3.1+, PyPy, Jython and Android.

Read More from http://cherrypy.org/

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    CherryPy Interview Questions

    What is CherryPy?

    CherryPy is an object-oriented HTTP web application framework based on Python programming language.CherryPy is designed..

    CherryPy Interview Questions

    Why Cherrypy?

    CherryPy is now more than ten years old and it is has proven to be very fast and stable. It is being used in production..

    CherryPy Interview Questions

    List Requirements to install CherryPy?

    CherryPy does not have any mandatory requirements. CherryPy comes with pluggable components or modules.To use a certain..