dancer2
lightweight yet powerful web application framework
Install
- All systems
-
curl cmd.cat/dancer2.sh
- Debian
-
apt-get install libdancer2-perl
- Ubuntu
-
apt-get install libdancer2-perl
- Kali Linux
-
apt-get install libdancer2-perl
- Fedora
-
dnf install dancer2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdancer2-perl
- Raspbian
-
apt-get install libdancer2-perl
- Dockerfile
- dockerfile.run/dancer2
libdancer2-perl
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. It's designed to be powerful and flexible, but also easy to use - getting up and running with your web app is trivial, and an ecosystem of adaptors for common template engines, session storage, logging methods and plugins to make common tasks easy mean you can do what you want to do, your way, easily.