Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojolicious/mojo-status
:whale: Mojolicious server status
https://github.com/mojolicious/mojo-status
mojolicious perl
Last synced: 2 months ago
JSON representation
:whale: Mojolicious server status
- Host: GitHub
- URL: https://github.com/mojolicious/mojo-status
- Owner: mojolicious
- License: artistic-2.0
- Created: 2018-07-13T15:04:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T00:05:41.000Z (over 3 years ago)
- Last Synced: 2024-10-08T22:45:50.653Z (3 months ago)
- Topics: mojolicious, perl
- Language: Perl
- Homepage: https://metacpan.org/release/Mojolicious-Plugin-Status
- Size: 4.17 MB
- Stars: 29
- Watchers: 12
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# Mojolicious-Plugin-Status [![](https://github.com/mojolicious/mojo-status/workflows/linux/badge.svg)](https://github.com/mojolicious/mojo-status/actions)
![Screenshot](https://raw.github.com/mojolicious/mojo-status/main/examples/status.png?raw=true)
A server status ui for the [Mojolicious](https://mojolicious.org) real-time web framework. Note that this module is
**EXPERIMENTAL** and should therefore only be used for debugging purposes.```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)!