tornado==6.5.7
# Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
$ pip install tornado
downloads/wk
28,742,335
license
Apache-2.0
version
6.5.7
python
>=3.9
What is tornado?
Tornado is a Python web framework designed for building web applications and services that handle many concurrent connections efficiently using asynchronous I/O. Developers use Tornado when they need to build real-time applications, WebSocket servers, or high-performance web services that require handling thousands of simultaneous requests without blocking. It's particularly useful for applications like chat systems, live notifications, and streaming data services where traditional request-response patterns are insufficient.
Links
Author
Facebook