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.