Tornado

Tornado is a Python-based asynchronous networking library and web framework, designed to provide exceptional scalability through the use of non-blocking network I/O. The ability to adjust to dozens of thousands of open connections makes the technology a perfect choice for the development of apps that require stable connections with their users. Tornado is also one of the fastest Python-related frameworks, benchmarking 4x better than other Python technologies.