NAME

Mojo::WebSocket::PubSub::Shell - A shell interface to Mojolicious:WebSocket::PubSub service

github workflow tests Top language: github last commit

VERSION

version 0.06

SYNOPSIS

Create a script like this and execute

#!/usr/bin/env perl
..
use Mojo::WebSocket::PubSub::Shell;

Mojo::WebSocket::PubSub::Shell->new->cmdloop;

a shall will open. Type help for a list of commands.

DESCRIPTION

A shell interface to Mojolicious:WebSocket::PubSub service

BUGS/CONTRIBUTING

Please report any bugs through the web interface at https://github.com/EmilianoBruni/mojo-websocket-pubsub/issues If you want to contribute changes or otherwise involve yourself in development, feel free to fork the Git repository from https://github.com/EmilianoBruni/mojo-websocket-pubsub/.

SUPPORT

You can find this documentation with the perldoc command too.

perldoc Mojo::WebSocket::PubSub

AUTHOR

Emiliano Bruni <info@ebruni.it>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Emiliano Bruni.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.