The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

elzar - Elzar HTTP and WebSocket server

SYNOPSIS

Usage: elzar [OPTIONS] [APPLICATION]

  elzar ./script/my_app
  elzar ./myapp.pl
  elzar -f ./myapp.pl

Options:
  -c, --command <command>  Send command to running server
                             available commands:
                               "KILL"
                               "QUIT"
                               "WORKERS <n>"
                               "WORKER KILL|QUIT <n>"
  -f, --foreground   Keep manager process in foreground
  -h, --help         Show this message
  -s, --stop         Stop server gracefully
  -t, --test         Test application and exit

DESCRIPTION

Start Mojolicious and Mojolicious::Lite applications with the Elzar web server.

SEE ALSO

Mojolicious, Mojolicious::Guides, http://mojolicious.org.