diff options
Diffstat (limited to 'network/tornado/README')
-rw-r--r-- | network/tornado/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/tornado/README b/network/tornado/README index 637f18b351..0e47d24d20 100644 --- a/network/tornado/README +++ b/network/tornado/README @@ -3,3 +3,6 @@ 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. + +Some extra functionality is provided by having libraries/futures +installed. |