Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
3000 / day
5000 / day
2.5 pages per visit
Domain Rating
Domain Authority
Citation Level
English, etc
Tornado includes a non-blocking HTTP client that can be used to make asynchronous web requests.
Tornado has built-in support for WebSockets, allowing for real-time communication between the client and server.
Tornado comes with a simple and fast template engine that supports Python expressions and control structures.
Tornado provides tools for secure cookie handling, user authentication, and cross-site request forgery (CSRF) protection.
Tornado can be used with asynchronous database libraries to perform non-blocking database operations.
Tornado supports internationalization and localization, making it easier to develop applications for a global audience.
Tornado can be easily integrated with other services and libraries, such as Redis, Memcached, and more.
Tornado is designed for high performance and can handle thousands of simultaneous connections with ease.
Tornado is open-source and released under the Apache License 2.0.
Tornado has an active community and is supported by a wide range of resources, including documentation, mailing lists, and IRC channels.
Tornado is used by companies and projects such as Facebook, Quora, and FriendFeed for building scalable web applications.
Tornado has been shown to outperform other Python web frameworks in various performance benchmarks, especially in scenarios requiring high concurrency.
There are numerous extensions and plugins available for Tornado, enhancing its functionality and making it adaptable to a wide range of web development tasks.
Security headers report is a very important part of user data protection. Learn more about http headers for tornadoweb.org