What is it all about?
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.
Key Features
* A web framework (including RequestHandler which is subclassed to create web applications, and various supporting classes). * Client- and server-side implementions of HTTP (HTTPServer and AsyncHTTPClient). * An asynchronous networking library (IOLoop and IOStream), which serve as the building blocks for the HTTP components and can also be used to implement other protocols. * A coroutine library (tornado.gen) which allows asynchronous code to be written in a more straightforward way than chaining callbacks.
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}