Amon2
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
What’s in the Box?
- Built on PSGI/Plack
- no XS deps.
- Thin
- Easy to learn
- CLI support
- Stable
- Secure options by default
- uses Xslate templating