NAME

Developer::Dashboard::Web::Server - PSGI server bridge for Developer Dashboard

SYNOPSIS

my $server = Developer::Dashboard::Web::Server->new(app => $app);
$server->run;

DESCRIPTION

This module reserves the local listen address, builds the Dancer2 PSGI app, and runs it under Starman through Plack::Runner.

METHODS

new, run, start_daemon, listening_url, serve_daemon, psgi_app, _build_runner, _default_headers

Construct and run the local PSGI web server.