logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

feersum - feersum app loader

Description

       Loads the specified app file into a Feersum server.

       In both cases, if "--pre-fork=N" is specified, that many worker processes are used to serve requests. See
       Feersum::Runner for details.

       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.

perl v5.40.0                                       2025-02-17                                        FEERSUM(1p)

Name

       feersum - feersum app loader

Synopsis

         feersum [plackup opts] [--pre-fork=N] [app.psgi]
         feersum --native [--listen host:port] [--pre-fork=N] [app.feersum]

See Also