Description
Provides Tornado, an asynchronous Python web framework and non-blocking networking library. It helps developers build web servers, long-lived connections, WebSocket services, and applications that handle many simultaneous clients.
Use it as a library inside services and tools. Internet-facing Tornado apps need careful validation, authentication, TLS, logging, and resource limits before production deployment.