plackup
interface between web servers and Perl web applications
Install
- All systems
-
curl cmd.cat/plackup.sh
- Debian
-
apt-get install libplack-perl
- Ubuntu
-
apt-get install libplack-perl
- Kali Linux
-
apt-get install libplack-perl
- Fedora
-
dnf install perl-Plack
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libplack-perl
- Raspbian
-
apt-get install libplack-perl
- Dockerfile
- dockerfile.run/plackup
libplack-perl
interface between web servers and Perl web applications
Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment. This package contains middleware components, a reference server and utilities for web application frameworks.