NAME

POE::Component::Server::PSGI

VERSION

version 0.5

DESCRIPTION

PSGI Server implementation for POE

SYNOPSIS

use POE::Component::Server::PSGI;

my $server = POE::Component::Server::PSGI->new(
    host => $host,
    port => $port,
);
$server->run($app);

INTERFACE

See Plack::Server.

AUTHOR

Paul Driver, <frodwith at cpan.org>

LICENSE

This module is licensed under the same terms as Perl itself.

SEE ALSO

Plack