GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Fliggy(3) User Contributed Perl Documentation Fliggy(3)

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.

Plack AnyEvent Twiggy

    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.

2011-09-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.