Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,246 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dancer2

Build Status

Dancer2 is the new generation lightweight web-framework for Perl. It's a complete rewrite of Dancer based on Moo.

Yes, you can use Dancer2 in production. It works.

You can get more information about the Dancer project on the website: http://perldancer.org.

Examples

An application can be as simple as this simple hello world script:

use Dancer2;
get '/' => sub { 
    "Hello World" 
};
dance;

External resources

About

Perl Dancer Next Generation (rewrite of Perl Dancer)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages