Tornado Web Server Description

Tornado is a web framework for Python that also serves as an asynchronous networking library, initially created at FriendFeed. Utilizing non-blocking network I/O, it has the capability to manage tens of thousands of simultaneous connections, making it particularly suited for applications requiring long-lived user connections, such as long polling and WebSockets. Unlike most Python web frameworks, Tornado does not follow the WSGI standard and is primarily operated with a single thread per process. Although the tornado.wsgi module offers some WSGI compatibility, it is not the main focus of development, and developers are encouraged to utilize Tornado’s own interfaces, like tornado.web, for building applications. It is important to note that Tornado code is generally not designed to be thread-safe. Since version 5.0, Tornado has been integrated with Python's standard library asyncio module, sharing the same default event loop. This integration allows for seamless mixing of libraries that are built for asyncio with Tornado, enhancing its versatility and functionality. As a result, developers can create highly efficient applications that leverage both Tornado's strengths and asyncio's capabilities.

Pricing

Free Version:
Yes

Integrations

Reviews

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Company Details

Company:
Tornado
Year Founded:
2009
Headquarters:
United States
Website:
www.tornadoweb.org/en/stable/

Media

Tornado Web Server Screenshot 1
Recommended Products
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now

Product Details

Platforms
Windows
Mac
Linux
Types of Training
Training Docs
Customer Support
Online Support

Tornado Web Server Features and Options

Tornado Web Server User Reviews

Write a Review
  • Previous
  • Next