Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khrt/kompot

Kompot is a simple Perl web-framework inspired by Dancer and Mojolicious::Lite.
https://github.com/khrt/kompot

Last synced: about 1 month ago
JSON representation

Kompot is a simple Perl web-framework inspired by Dancer and Mojolicious::Lite.

Awesome Lists containing this project

README

        

# Kompot
Kompot is a simple Perl web-framework inspired by Dancer and
Mojolicious::Lite which is developed for training purposes.

# Usage
````
use Kompot;

get '/' => sub {
my $self = shift;
my $name = $self->param('name');
$self->render(text => "Hello, $name!");
}
````

# Kompot?
Kompot is a traditional Eastern European non alcoholic clear juice obtained by
cooking fruit, in a large volume of water, like strawberries, apricots, peaches,
apples, rhubarb, gooseberries, or sour cherries.