Tornado

Tornado is a Python web framework and asynchronous networking library especially suited for long polling, WebSockets, and other applications requiring long-lived connections. A key feature of Tornado is its non-blocking network I/O, which makes it excel at handling many concurrent connections, making it suitable for real-time web services.

Resource Introduction