|
NAMEPOE::Component::Server::PSGI VERSIONversion 0.6 DESCRIPTIONPSGI Server implementation for POE. NOTEWe've switched over to using nperez's excellent POEx::Role::PSGIServer, since it's essentially a (much better) refactor of this module's original code. Use this if you just want a default implementation of his role with no modifications. SYNOPSIS use POE::Component::Server::PSGI;
my $server = POE::Component::Server::PSGI->new(
host => $host,
port => $port,
);
$server->run($app);
INTERFACESee Plack::Server. AUTHORPaul Driver, "<frodwith at cpan.org>" LICENSEThis module is licensed under the same terms as Perl itself. SEE ALSOPlack
|