Tornado Web Server icon
Tornado Web Server icon

Tornado Web Server

Tornado is an open source version of the scalable, non-blocking web server. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast.

Cost / License

Platforms

  • Mac
  • Linux
11likes
0articles

Features

  1.  HTTP server

Tornado Web Server News & Activities

Highlights All activities

Recent activities

Tornado Web Server information

AlternativeTo Category

Network & Admin

GitHub repository

  •  22,177 Stars
  •  5,556 Forks
  •  259 Open Issues
  •   Updated  
View on GitHub
Tornado Web Server was added to AlternativeTo by tabakis on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

A list of open-source software containing slop (LLM generated) code or endorses the usage of LLMs in other ways. This...

List by Edgars with 139 apps, updated

Official Links

What is Tornado Web Server?

Tornado is an open source version of the scalable, non-blocking web server. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services.