
Net::APE - Packages for using APE-Project (Ajax Push Engine)

version 0.003

use Net::APE::Server;
use Net::APE::Cmd::Inlinepush;
use Net::APE::Request;
my $ape_server = Net::APE::Server->new();
my $ape_cmd = Net::APE::Cmd::Inlinepush->new(
raw => 'mytest',
);
my $ape_request = Net::APE::Request->new(
server => $ape_server,
);
$ape_request->add_cmd($ape_cmd);
my $http_request = $ape_request->get_http_request;

So much todo...

Here is nothing... but see Net::APE::Cmd, Net::APE::Server, Net::APE::Request

Please report any bugs or feature requests through the methods following.

IRC
You can join #ape-project on irc.freenode.net, talk to Getty or you can connect to irc.perl.org and talk there to Getty
Repository
http://github.com/Getty/p5-net-ape Pull request and additional contributors are welcome
Issue Tracker
http://github.com/Getty/p5-net-ape/issues

Torsten Raudssus <torsten@raudssus.de> http://www.raudssus.de/

This software is copyright (c) 2010 by Raudssus Social Software.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.