# Mojolicious-Plugin-Status [![Build Status](https://travis-ci.com/kraih/mojo-status.svg?branch=master)](https://travis-ci.com/kraih/mojo-status) ![Screenshot](https://raw.github.com/kraih/mojo-status/master/examples/status.png?raw=true) A server status ui for the [Mojolicious](https://mojolicious.org) real-time web framework. Very useful for debugging. ```perl 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](http://perlbrew.pl) environment. ## Want to know more? Take a look at our excellent [documentation](https://mojolicious.org/perldoc/Mojolicious/Plugin/Status)!