Web application framework for Rapid web development

Amon2 is Fun

use Amon2::Lite;
get '/' => sub {
    my $c = shift;
    return $c->create_response(200, [], ['Hello, world!']);
};
__PACKAGE__->to_app();

And Easy to Setup

% curl -L http://cpanmin.us | perl - Amon2

Interested?

What’s in the Box?