into The NetBSD Packages Collection.
Dancer is a web application framework designed to be as effortless
as possible for the developer, taking care of the boring bits as
easily as possible, yet staying out of your way and letting you get
on with writing your code.
Dancer 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.
into The NetBSD Packages Collection.
Starman is a PSGI perl web server that has unique features such as:
high performance, preforking, signals suport, superdaemon aware,
multiple interfaces and UNIX Domain Socket support, small memory
footprint, PSGI compatible, HTTP/1.1 support, UNIX only.
net/p5-Net-Server-SS-PreFork into The NetBSD Packages Collection.
The Perl 5 module Net::Server::SS::PreFork is Net::Server personality,
extending Net::Server::PreFork, that can be run by the start_server
script of Server::Starter.
devel/p5-IO-Handle-Util into The NetBSD Packages Collection.
The Perl 5 module IO::Handle::Util provides a number of helpful
routines to manipulate or create IO::Handle like objects.
The NetBSD Packages Collection.
The Perl 5 module asa lets your class/object say it works like
something else. The "pragma" it provides is a convenient syntactic
sugar for creating your own custom overloaded isa functions.
devel/p5-IO-Pipeline into The NetBSD Packages Collection.
The Perl 5 module IO::Pipeline is a metaphor for shell pipelines.
It exports three functions "pmap", "pgrep" and "psink" returning
pipeline objects wich can be combined with the overloaded '|'
operator.
into The NetBSD Packages Collection.
The Perl 5 module CGI::PSGI is for web application framework
developers who currently uses CGI to handle query parameters, and
would like for the frameworks to comply with the PSGI protocol.
www/p5-CGI-Emulate-PSGI into The NetBSD Packages Collection.
The Perl 5 module CGI::Emulate::PSGI allows an application designed
for the CGI environment to run in a PSGI environment, and thus on
any of the backends that PSGI supports.
as www/p5-HTTP-Server-Simple-PSGI into The NetBSD Packages Collection.
The Perl 5 module HTTP::Server::Simple::PSGI is a HTTP::Server::Simple
based HTTP server that can run PSGI applications.