

Tornado Web Server
11 likes
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
- Free
- Open Source (Apache-2.0)
Platforms
- Mac
- Linux
Features
- HTTP server
Tornado Web Server News & Activities
Highlights All activities
Recent activities
moh-alkhatib added Tornado Web Server as alternative to qaws
sonumahato0010 added Tornado Web Server as alternative to DevBind
POX added Tornado Web Server as alternative to CivetWeb
Tornado Web Server information
No comments or reviews, maybe you want to be first?
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.

