T
Tornado
Python web framework and async networking library
A Python web framework and asynchronous networking library. Using non-blocking network I/O, Tornado can scale to tens of thousands of open connections.
22K
GitHub Stars
none
TypeScript
medium
Learning Curve
3.8
DX Score
Tarification
Model
free
Offre Gratuite
Apache 2.0 licensed, fully open source
Fonctionnalités
- ✓ Non-blocking I/O
- ✓ WebSocket support
- ✓ Long polling
- ✓ asyncio integration
- ✓ OAuth support
- ✓ Async/await patterns
- ✓ Template engine
- ✓ Secure cookies
- ✓ XSRF protection
Avantages
- + Handles massive concurrency
- + Great for real-time apps
- + Mature and battle-tested
- + Good performance
- + asyncio compatible
Inconvénients
- - Not WSGI based
- - Smaller ecosystem
- - Less modern than FastAPI
- - Callback style can be complex
Idéal Pour
startup enterprise
backend async websockets realtime networking