Tornado (web server)
Tornado is a scalable, non-blocking web server and web application framework written in Python.[2] It was developed for use by FriendFeed; the company was acquired by Facebook in 2009 and Tornado was open-sourced soon after.[3]
Original author(s) | FriendFeed |
---|---|
Developer(s) | Ben Darnell, Facebook, Bret Taylor |
Initial release | 2009 |
Stable release | 6.0.4
/ March 3, 2020[1] |
Repository | Tornado Repository |
Written in | Python |
Operating system | Cross-platform |
Available in | English |
Type | Web server |
License | Apache licence 2.0 |
Website | www |
Performance
Tornado is noted for its high performance. Its design enables handling a large number of concurrent connections (i.e., tries to solve the "C10k problem").
Modules
- An asynchronous MongoDB driver called Motor.
- CouchDB drivers called corduroy and trombi.
- Asynchronous driver for PostgreSQL wrapping psycopg called Momoko
gollark: I mean, eventually, I'm locked for ages.
gollark: If nobody takes it for a while I will.
gollark: The halloweenpocalypse draws ever closer.
gollark: Cool code!
gollark: * Guardian of GoN of Nature
References
- "Release notes".
- "Home - tornado - GitHub". GitHub. Retrieved 2009-09-10.
- "Facebook open-sources real-time FriendFeed facet". CNet. Retrieved 2009-09-10.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.