14:26228d16d36a
Anton Shestakov <engored@ya.ru>, Sat, 15 Feb 2014 22:18:05 +0900
As the official md docs say, you can be lazy with blockquotes.

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/