2:1381141bb225
Anton Shestakov <engored@ya.ru>, Sat, 12 Jan 2013 17:57:51 +0900
More docs.

next change 7:605b8442da4d
previous change 1:47fa89cb7b64

async-http-demo/README.md

Permissions: -rw-r--r--

Other formats: Feeds:
[Tornado][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][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/