NAME
Froody::Server::Standalone - standalone server for Froody
SYNOPSIS
use Froody::Server::Standalone;
my $server = Froody::Server::Standalone->new();
$server->port(4242);
$server->run;
# now you'll have a froody server listening on port 4242
DESCRIPTION
Froody::Server::Standalone is a subvlass of HTTP::Server::Simple::CGI that has been altered to serve Froody requests
Currently it uses a global dispatcher stored in the global variable $Froody::Server::Standalone::dispatcher. If no dispatcher exists when the first handler comes in one is created automatically and put into this variable.
This code is very likely to change, but that's the current behavior.
config
dispatcher
BUGS
None known.
Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody
AUTHOR
Copyright Fotango 2005. All rights reserved.
Please see the main Froody documentation for details of who has worked on this project.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.