AnyEvent::FlashSocketPolicy

Asynchronous socket policy file server for a flash socket connection
Download

AnyEvent::FlashSocketPolicy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • keroyonn
  • Publisher web site:
  • http://search.cpan.org/~keroyon/

AnyEvent::FlashSocketPolicy Tags


AnyEvent::FlashSocketPolicy Description

Asynchronous socket policy file server for a flash socket connection AnyEvent::FlashSocketPolicy is a Perl module that provides simple asynchronous socket policy file server with AnyEvent::Socket.It is faster than adobe's one which using inetd, and flexibly customizable.SYNOPSIS use AnyEvent::FlashSocketPolicy; my $server = AnyEvent::FlashSocketPolicy->new( permitted_cross_domain_policies => 'master-only', domain => '*', to_ports => '5000', ); $server->run; Or just like this. % flash-socket-policy-server --domain-policy=master-only --domain='*' --to-ports=5000 & Requirements: · Perl


AnyEvent::FlashSocketPolicy Related Software