NAME
ccserver - Perl CyanChat Server
USAGE
ccserver [host [port]]
DESCRIPTION
This is a demonstration CyanChat server script that uses the Net::CyanChat::Server module. This script is only here for demo purposes and providers an even safer environment to develop clients on than the Cho server.
If the host
and/or port
arguments aren't given, it defaults to localhost on port 1812.
AUTHOR
Casey Kirsle
LICENSE
Released under the same terms as Net::CyanChat.