CherryPy
February 4, 2023 |
permanent
Application Server #
- tags
- Python, WSGI
You can check out the interesting Zen of CherryPy, which conveys the essence that CherryPy is a simple and minimalist yet powerful framework.
The following are CherryPy’s salient features #
- Pythonic framework using OOP Python; well suited for beginners
- Support for a production-ready HTTP server, Cheroot
- Easier to learn than other web frameworks, such as Django
- Support for building and deploying simple web apps to microservices