DK Hostmaster EPP service demo client
This documentation describes version 1.0.0
$ morbo -l https://*:3000 client.pl
Open your browser at:
https://127.0.0.1:3000/
The application can be used using docker
$ docker build -t epp-demo-client .
$ docker run --rm -p 3000:3000 epp-demo-client
Open your browser at:
https://localhost:3000/
This client is implemented using Mojolicious in addition the following Perl modules are used and all are available from CPAN.
- Mojolicious
- Net::EPP::Client
- XML::Twig
- TryCatch
- Benchmark
- Net::IP
- Mojolicious::Plugin::AssetPack
- CSS::Minifier::XS
- JavaScript::Minifier::XS
- Mozilla::CA
- IO::Socket::SSL 1.94
In addition to the above Perl modules, the client uses Twitter Bootstrap and hereby jQuery. These are automatically downloaded via CDNs and are not distributed with the client software.
For information on the service, please refer to the specification from DK Hostmaster or the service page with DK Hostmaster.
The main site for this client is the Github repository.
This software is under copyright by DK Hostmaster A/S 2016
This software is licensed under the MIT software license
Please refer to the LICENSE file accompanying this file.