The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plack::Handler::UniEvent::HTTP::Simple - Plack adapter for single process UniEvent::HTTP server

SYNOPSIS

  plackup -s UniEvent::HTTP::Simple --listen *:5000 -E deployment app.psgi

DESCRIPTION

This is an adapter to run PSGI apps as single process on UniEvent::HTTP.

To run PSGI apps in multiprocess/multithread environment, see Plack::Handler::UniEvent::HTTP