|
NAMEFliggy - Twiggy with inlined Flash Policy ServerSYNOPSISfliggy --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; DESCRIPTIONFliggy 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 ALSOPlack AnyEvent TwiggyDEVELOPMENTRepositoryhttp://github.com/vti/fliggy AUTHORViacheslav Tykhanovskyi, "vti@cpan.org".CREDITSTwiggy authors.Johannes Plunien (plu) COPYRIGHT AND LICENSECopyright (C) 2011, Viacheslav TykhanovskyiThis program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
Visit the GSP FreeBSD Man Page Interface. |