The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plack::Server::ServerSimple - Plack Server implementation that uses HTTP::Server::Simple

SYNOPSIS

    use Plack::Server::ServerSimple;

    my $server = Plack::Server::ServerSimple->new(
        host => $host,
        port => $port,
    );
    $server->run($app);

AUTHOR

Tokuhiro Matsuno

Kazuhiro Osawa

Tatsuhiko Miyagawa

LICENSE

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

SEE ALSO

Plack