diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-03-16 21:24:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:33 +0700 |
commit | 3c30c5e091fdfafc357800a26a0e61a14c887de1 (patch) | |
tree | ce54f82bbf7ea5b61cfde76f031d842a4031f5f8 /network/tornado/README | |
parent | cd19384dc3a1a5a77bc9e946205f5a09da2a81ae (diff) | |
download | slackbuilds-3c30c5e091fdfafc357800a26a0e61a14c887de1.tar.gz |
network/tornado: Alter optional and mandatory dependencies.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'network/tornado/README')
-rw-r--r-- | network/tornado/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/network/tornado/README b/network/tornado/README index 0e47d24d20..637f18b351 100644 --- a/network/tornado/README +++ b/network/tornado/README @@ -3,6 +3,3 @@ 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. |