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
Preços
Model
free
Plano Gratuito
Apache 2.0 licensed, fully open source
Recursos
- ✓ Non-blocking I/O
- ✓ WebSocket support
- ✓ Long polling
- ✓ asyncio integration
- ✓ OAuth support
- ✓ Async/await patterns
- ✓ Template engine
- ✓ Secure cookies
- ✓ XSRF protection
Prós
- + Handles massive concurrency
- + Great for real-time apps
- + Mature and battle-tested
- + Good performance
- + asyncio compatible
Contras
- - Not WSGI based
- - Smaller ecosystem
- - Less modern than FastAPI
- - Callback style can be complex
Melhor Para
startup enterprise
backend async websockets realtime networking