
Fliggy - Twiggy with inlined Flash Policy Server

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;

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.


http://github.com/vti/fliggy

Viacheslav Tykhanovskyi, vti@cpan.org.

Twiggy authors.
Johannes Plunien (plu)

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.