elcamlost / mojo-status

:whale: Mojolicious server status

Home Page:https://metacpan.org/release/Mojolicious-Plugin-Status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mojolicious-Plugin-Status Build Status

Screenshot

A server status ui for the Mojolicious real-time web framework. Note that this module is EXPERIMENTAL because the IPC mechanism used can be unreliable and slow down the whole application significantly. Therefore it should currently only be used for debugging purposes.

use Mojolicious::Lite;

plugin 'Status';

app->start;

Installation

All you need is a one-liner, it takes less than a minute.

$ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org -n Mojolicious::Plugin::Status

We recommend the use of a Perlbrew environment.

Want to know more?

Take a look at our excellent documentation!

About

:whale: Mojolicious server status

https://metacpan.org/release/Mojolicious-Plugin-Status

License:Artistic License 2.0


Languages

Language:Perl 97.2%Language:CSS 2.8%