1MORBO(1) User Contributed Perl Documentation MORBO(1)
2
3
4
6 morbo - Morbo HTTP and WebSocket development server
7
9 Usage: morbo [OPTIONS] [APPLICATION]
10
11 morbo ./script/my_app
12 morbo ./myapp.pl
13 morbo -m production -l https://*:443 -l http://[::]:3000 ./myapp.pl
14 morbo -l 'https://*:443?cert=./server.crt&key=./server.key' ./myapp.pl
15 morbo -w /usr/local/lib -w public -w myapp.conf ./myapp.pl
16
17 Options:
18 -b, --backend <name> Morbo backend to use for reloading, defaults
19 to "Poll"
20 -h, --help Show this message
21 -l, --listen <location> One or more locations you want to listen on,
22 defaults to the value of MOJO_LISTEN or
23 "http://*:3000"
24 -m, --mode <name> Operating mode for your application,
25 defaults to the value of
26 MOJO_MODE/PLACK_ENV or "development"
27 -v, --verbose Print details about what files changed to
28 STDOUT
29 -w, --watch <directory/file> One or more directories and files to watch
30 for changes, defaults to the application
31 script as well as the "lib" and "templates"
32 directories in the current working
33 directory
34
36 Start Mojolicious and Mojolicious::Lite applications with the
37 Mojo::Server::Morbo web server.
38
40 Mojolicious, Mojolicious::Guides, <https://mojolicious.org>.
41
42
43
44perl v5.38.0 2023-09-11 MORBO(1)