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

jqluster_server_websocket - start a jQluster::Server::WebSocket process

SYNOPSIS

    jqluster_server_websocket [OPTIONS]

    jqluster_server_websocket --host 127.0.0.1 --port 8080

DESCRIPTION

This is a simple script to start a jQluster::Server::WebSocket server process.

OPTIONS

-o, --host BIND_ADDRESS (default: 0.0.0.0)

Address or host name the server listens to.

-p, --port BIND_PORT (default: 5000)

TCP port number the server listens to.

-h, --help

Show this message.

AUTHOR

Toshio Ito <toshioito [at] cpan.org>