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

NAME

Plack::Handler::Message::Passing - handles PSGI requests sent via Message::Passing

SYNOPSIS

    plackup -E production -s Message::Passing testapp.psgi --host 127.0.0.1 --port 5556

DESCRIPTION

Connects via ZeroMQ to an instance of Plack::App::Message::Passing, and inflates a PSGI request from JSON, then runs it against a real application.

Returns the PSGI response and error stream to the parent handler

SEE ALSO

Message::Passing::PSGI
Plack::App::Message::Passing

AUTHOR, COPYRIGHT AND LICENSE

See Message::Passing::PSGI