POE::Component::Server::PSGI
PSGI Server implementation for POE.
We'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.
use POE::Component::Server::PSGI;
my $server = POE::Component::Server::PSGI->new(
host => $host,
port => $port,
);
$server->run($app);
Paul Driver, "<frodwith at cpan.org>"
This module is licensed under the same terms as Perl itself.