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

qbit_start

SYNOPSIS

qbit_start [options] class_name

Class "class_name" must be QBit::WebInterface::OwnServer descendant.

OPTIONS

-p, --port

WebServer port. Listen on 0.0.0.0.

Default listen on 5000.

--lib-path

Directories with perl modules. Use several times if need.

-h, -?, --help

Show help message and exit.

DESCRIPTION

Start simple HTTP server. Use it only for quick test of your application.