TO
About
Tornado is a Python web framework and asynchronous networking library that uses non-blocking I/O to handle tens of thousands of open connections. It is ideal for long-lived connections like WebSockets and long polling, and integrates directly with the standard library asyncio module.