]> Dogcows Code - chaz/chatty/blob - chatty.psgi
add comet support for real-time chatting
[chaz/chatty] / chatty.psgi
1 use strict;
2 use warnings;
3
4 use Chatty;
5
6 my $app = Chatty->apply_default_middlewares(Chatty->psgi_app);
7 $app;
8
This page took 0.030247 seconds and 4 git commands to generate.