Skip to content

mishin/Kompot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%