Jump to content

Tornado (web server)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BattyBot (talk | contribs) at 05:34, 13 January 2021 (→‎top: Expanded Template:Notability and general fixes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tornado
Original author(s)FriendFeed
Developer(s)Ben Darnell, Facebook, Bret Taylor
Initial release2009; 15 years ago (2009)
Stable release
6.4.0[1] Edit this on Wikidata / 29 November 2023; 6 months ago (29 November 2023)
RepositoryTornado Repository
Written inPython
Operating systemCross-platform
Available inEnglish
TypeWeb server
LicenseApache licence 2.0
Websitewww.tornadoweb.org Edit this on Wikidata

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]

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

See also

References

  1. ^ "Release 6.4.0". 29 November 2023. Retrieved 19 December 2023.
  2. ^ "Home - tornado - GitHub". GitHub. Retrieved 2009-09-10.
  3. ^ "Facebook open-sources real-time FriendFeed facet". CNet. Retrieved 2009-09-10.

External links