App-traveller
view release on metacpan or search on metacpan
Perl libraries you need to install if you want to run it:
* [Mojolicious](https://metacpan.org/pod/Mojolicious) or `libmojolicious-perl`
* [Modern::Perl](https://metacpan.org/pod/Modern::Perl) or `libmodern-perl-perl`
## Deployment
If you want to know more, see
[Mojolicious::Guides::Tutorial](https://metacpan.org/pod/Mojolicious::Guides::Tutorial),
[Mojolicious::Guides::Cookbook](https://metacpan.org/pod/Mojolicious::Guides::Cookbook),
[Mojo::Server::Hypnotoad](https://metacpan.org/pod/Mojo::Server::Hypnotoad),
and so on.
One way to do it, for `https://campaignwiki.org/traveller`:
First, the request is received by the Apache webserver which must hand
it to the backend, which is running on some arbitrary other port:
```perl
<VirtualHost *:443>
( run in 0.581 second using v1.01-cache-2.11-cpan-e9199f4ba4c )