NAME
XAS::Apps::Test::Echo::Server - This module is an 'echo' server
SYNOPSIS
use XAS::Apps::Test::Echo::Server;
my $app = XAS::Apps::Test::Echo::Server->new(
-throws => 'something',
);
exit $app->run();
DESCRIPTION
This module will 'echo' received messages back to the sender.
CONFIGURATION
There is no additional configuration.
OPTIONS
This module provides these additonal cli options.
--port
The port the server will listen on. Defaults to '9505'.
--address
The address the server will attache too. Defaults to '127.0.0.1';
SEE ALSO
- sbin/echo-server.pl
- XAS
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.