Description
Builds asynchronous Python web services with routing, request handling, middleware, and a fast event-driven server. It is useful for APIs and web applications that need to handle many concurrent connections.
Developers run Sanic applications from their own project code, not by opening this package directly. Internet-facing services need careful configuration for TLS, logging, input validation, authentication, and deployment limits.