NAME

feersum - feersum app loader

SYNOPSIS

feersum [plackup opts] [app.psgi]
feersum --native [--listen host:port] [app.feersum]

DESCRIPTION

Loads the specified app file into a Feersum server.

If in native mode (when running feersum --native), currently only a --listen parameter is accepted. By default, the server will listen on localhost port 5000.

When running in PSGI mode (non-native), Plack::Runner is used. See that module for documentation and defaults.