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