forked from PerlDancer/Dancer2
-
Notifications
You must be signed in to change notification settings - Fork 0
Perl Dancer Next Generation (rewrite of Perl Dancer)
lonerr/Dancer2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dancer2
Lightweight yet powerful web application framework
Dancer2 is the new generation lightweight web-framework for Perl. It's a
complete rewrite of Dancer based on Moo.
An application can be as simple as this simple hello world script:
use Dancer2;
get '/' => sub {
"Hello World"
};
dance;
Yes, you can use Dancer2 in production. It works.
You can have ore information about the Dancer project on the website:
http://perldancer.org
About
Perl Dancer Next Generation (rewrite of Perl Dancer)
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 100.0%