d5493c49fb
non-blocking extensions) and AnyEvent. It allows you to write a web application that does a immediate response with template rendering, IO-bound delayed response (like fetching third party API or XML feeds), server push streaming and long-poll Comet in a clean unified API. WWW: http://search.cpan.org/dist/Tatsumaki/ PR: ports/153007 Submitted by: Gea-Suan Lin <gslin at gslin.org>
9 lines
382 B
Text
9 lines
382 B
Text
Tatsumaki is a toy port of Tornado for Perl using Plack (with
|
|
non-blocking extensions) and AnyEvent.
|
|
|
|
It allows you to write a web application that does a immediate
|
|
response with template rendering, IO-bound delayed response (like
|
|
fetching third party API or XML feeds), server push streaming and
|
|
long-poll Comet in a clean unified API.
|
|
|
|
WWW: http://search.cpan.org/dist/Tatsumaki/
|