Beekeeper
view release on metacpan or search on metacpan
examples/chat/README.md view on Meta::CPAN
tail /var/log/myapp-service-auth.log
tail /var/log/myapp-service-chat.log
tail /var/log/beekeeper-service-router.log
```
Finally stop worker pools with:
```
./run.sh stop
```
This is `bkpr-top` showing this example running:

---
### Mosquitto setup
This example uses the internal ToyBroker to allow being run out of the box, but to use actual
WebSockets from `chat.html` a real broker like [Mosquitto](https://mosquitto.org/) is required
(`chat.pl` works fine with ToyBroker though).
To run this example on a fresh install of Mosquitto set `use_toybroker` to false in config file
examples/dashboard/README.md view on Meta::CPAN
## Dashboard
> *Try a [live demo](https://beekeeper.net.ar/dashboard/) of this dashboard*

To use the dashboard start the worker pool:
```
cd beekeper/examples/dashboard
source setup.sh
./run.sh
```
Then open `dashboard.html` in a browser.
Logs can be inspected with `bkpr-log` or with:
( run in 1.268 second using v1.01-cache-2.11-cpan-df04353d9ac )