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
AI-powered service management for IT and enterprise teams Icon
AI-powered service management for IT and enterprise teams

Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free

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