3:195699406124
Anton Shestakov <engored@ya.ru>, Sat, 12 Jan 2013 19:37:31 +0900
Display port numbers on startup in http-methods-demo.

next change 7:605b8442da4d
previous change 2:1381141bb225

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/