*** Welcome to piglix ***

Plack (software)

Plack
Original author(s) Tatsuhiko Miyagawa
Developer(s) Tatsuhiko Miyagawa, Tokuhiro Matsuno, Jesse Luehrs, Tomas Doran, Graham Knop and others.
Development status Active
Written in Perl
License Perl License (Artistic License v2 + GNU General Public License v1)
Website plackperl.org

Plack is a Perl web application programming framework inspired by Rack for Ruby and WSGI for Python, and it is the project behind the PSGI specification used by other frameworks such as Catalyst and Dancer.

Plackup is a command line utility to run PSGI applications from the command line.

As of March 2010 Plack supports the following server backends:

Using the default standalone HTTP server:

Running as a FastCGI daemon listening on a Unix socket, ready to be used by any Web server with FastCGI support:

A working Hello world application run as a one-liner:

The command above starts an HTTP server listening on port 5000 of every local interface (IP address) and returns this 200 OK response to every HTTP request:



...
Wikipedia

...