dancer
effortless web application framework
Install
- All systems
-
curl cmd.cat/dancer.sh
- Debian
-
apt-get install libdancer-perl
- Ubuntu
-
apt-get install libdancer-perl
- Kali Linux
-
apt-get install libdancer-perl
- Fedora
-
dnf install libdancer-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdancer-perl
- Raspbian
-
apt-get install libdancer-perl
- Dockerfile
- dockerfile.run/dancer
libdancer-perl
effortless web application framework
Dancer is a Perl web application framework that aims to provide the simplest way for writing web applications, and offers the flexibility to scale between a very simple lightweight web service consisting of a few lines of code in a single file, all the way up to a more complex fully-fledged web application with session support, templates for views and layouts, etc. If you don't want to write CGI scripts by hand, and find other frameworks such as Catalyst (see libcatalyst-perl) too complex or cumbersome for your project, Dancer is what you need.