[cgiapp] small webserver

Mark Fuller azfuller at gmail.com
Tue Aug 3 16:56:20 EDT 2010


On Tue, Aug 3, 2010 at 12:07 PM,  <bfc0713 at comcast.net> wrote:
> If CGI::Application doesn't have it's own web-serving engine,
> does anyone have a favorite very small server that they've used
> with cgiapp?

The documentation for C::A says:

===========================
Offline website development

You can work on your CGI::Application project on your desktop or
laptop without installing a full-featured web-server like Apache.
Instead, install CGI::Application::Server from CPAN. After a few
minutes of setup, you'll have your own private application server up
and running.

Source: http://search.cpan.org/~markstos/CGI-Application-4.31/lib/CGI/Application.pm#Offline_website_development
===========================

Would that meet your needs? Or, could it be extended to a more robust server?


More information about the cgiapp mailing list