20:fc0904a91aea default tip
Anton Shestakov <engored@ya.ru>, Sat, 29 Nov 2014 13:29:52 +0800
find-closest: something about ok and fail

previous change 7:605b8442da4d

async-http-demo/README.md

Permissions: -rw-r--r--

Other formats: Feeds:
[Tornado] app demonstrating asynchronous IO, processing data
from remote resource and @tornado.web.asynchronous decorator.
Shows current air temperature for Moscow, Russia.
In no way I encourage using regexes to parse HTML; just imagine there some
magic instead.
One of the older demos.
Complexity: ★★☆☆☆
Requirements
------------
Python (2 or 3), [Tornado], browser.
Effects
-------
- Fetching data doesn't block the entire app, so you can open multiple tabs
and F5 them all at once, the app will send multiple requests in parallel.
- Demonstrates a way to process data in Tornado when using asynchronous IO
(via callbacks).
[Tornado]: http://www.tornadoweb.org/