Description
Build Python web applications using an object-oriented framework. It helps developers map application logic to HTTP routes, request handling, responses, and server behavior without starting from a bare socket server.
This is a framework for creating web services, not an end-user app. Applications built with it may expose data on a network, so projects need normal web security work such as authentication, input validation, TLS, logging, and update maintenance.