Awesome
Mojolicious-Plugin-Status
A server status ui for the Mojolicious real-time web framework. Note that this module is EXPERIMENTAL and should therefore 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!