slackbuilds_ponce/network/tornado
Benjamin Trigona-Harany 2cb182b1cc network/tornado: Updated for version 4.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2015-10-31 08:33:25 +07:00
..
README
slack-desc
tornado.info network/tornado: Updated for version 4.2.1. 2015-10-31 08:33:25 +07:00
tornado.SlackBuild network/tornado: Updated for version 4.2.1. 2015-10-31 08:33:25 +07:00

Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it
ideal for long polling, WebSockets, and other applications that require
a long-lived connection to each user.