use Bailador;
# simple cases
get '/' => sub {
"hello world"
}
baile;
For more examples see the examples/ folder.
- https://github.com/szabgab/Perl6-Maven serving http://perl6maven.com/
- https://github.com/perl6/cpandatesters.perl6.org/ used to serve http://testers.p6c.org/ but currently not in use