There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

NetServer::Portal - Interactively Manipulate Daemon Processes

SYNOPSIS

require NetServer::Portal;

'NetServer::Portal'->default_start();  # creates server
warn "NetServer::Portal listening on port ".(7000+($$ % 1000))."\n";

DESCRIPTION

This module implements a framework for adding interactive windows into daemon processes. The portal server listens on port 7000+($$%1000) by default.

A top-like server is included that can help debug complicated event loops.

SEE ALSO

NetServer::Portal::Pi, NetServer::Portal::Top