Zum Hauptinhalt springen
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

Preise

Model
free
Kostenlose Stufe
Apache 2.0 licensed, fully open source

Funktionen

  • Non-blocking I/O
  • WebSocket support
  • Long polling
  • asyncio integration
  • OAuth support
  • Async/await patterns
  • Template engine
  • Secure cookies
  • XSRF protection

Vorteile

  • + Handles massive concurrency
  • + Great for real-time apps
  • + Mature and battle-tested
  • + Good performance
  • + asyncio compatible

Nachteile

  • - Not WSGI based
  • - Smaller ecosystem
  • - Less modern than FastAPI
  • - Callback style can be complex

Am besten für

startup enterprise
backend async websockets realtime networking