From 22f577122f68b5721ee997c044c0677f6d49f7c8 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 18:13:53 +0700 Subject: python/python3-tornado: Added (web framework/networking library). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-tornado/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-tornado/README (limited to 'python/python3-tornado/README') diff --git a/python/python3-tornado/README b/python/python3-tornado/README new file mode 100644 index 0000000000..637f18b351 --- /dev/null +++ b/python/python3-tornado/README @@ -0,0 +1,5 @@ +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. -- cgit v1.2.3