blob: e120e3c4ffb046f7098461e2a908876bfb4d29a4 (
plain)
1
2
3
4
5
6
7
|
The Perl 5 module 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.
|