NAME
Fliggy - Twiggy with inlined Flash Policy Server
SYNOPSIS
fliggy --listen :8080
See fliggy -h
for more details.
use Fliggy::Server;
my $server = Fliggy::Server->new(
host => $host,
port => $port,
);
$server->register_service($app);
AE::cv->recv;
DESCRIPTION
Fliggy inherits Twiggy and adds support for inlined Flash Policy server (useful for Plack::Middleware::SocketIO or Flash WebSocket fallback).
No need to run Flash Policy server as root on 843 port!
Usage is exactly the same as Twiggy, whenever you run twiggy
command, replace it with fliggy
and you're ready to go.
SEE ALSO
DEVELOPMENT
Repository
http://github.com/vti/fliggy
AUTHOR
Viacheslav Tykhanovskyi, vti@cpan.org
.
CREDITS
Twiggy authors.
Johannes Plunien (plu)
COPYRIGHT AND LICENSE
Copyright (C) 2011, Viacheslav Tykhanovskyi
This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.