pRPC-modules (Perl RPC) is a package that simplifies the writing of
Perl based client/server applications. RPC::pServer is the package
used on the server side, and you guess what RPC::pClient is for.
See the RPC::pServer(3) and RPC::pClient(3) manpages for detailed
information.
-Vanilla
vanilla@FreeBSD.ORG
This module acts as a base class for applications which implement a
RESTful interface. When an HTTP request is received some dispatching logic
in REST::Application is invoked, calling different handlers based on what
the kind of HTTP request it was (i.e. GET, PUT, etc) and what resource it
was trying to access. This module won't ensure that your API is RESTful
but hopefully it will aid in developing a REST API.
REST::Google -
This module provides OO interface to Google REST (aka AJAX) API.
Currently support for Search, Feeds and Translate services.
This module enables to connect the other process with the S-expression
protocol, like the Swank protocol of the SLIME.
The primary objective is for users to make some Emacs extensions with
the Perl and CPAN.
perl5 module to communicate with socks v4 and v5 servers
This module implements remote procedure call. I've tried to keep things simple.
So this module should be:
- quite simple to use (thanks to autoload mechanisms)
- lightweight
It sure is not:
- DCE
- CORBA
- bulletproof
- securityproof
- foolproof
But it works. (Although I'm opened to suggestion regarding the "un-proof" areas)
The RPC::XML package is an implementation of XML-RPC. The module
provides classes for sample client and server implementations, a
server designed as an Apache location-handler, and a suite of
data-manipulation classes that are used by them.
This factory can be used by ResourcePool to create
SOAP::Lite objects which use the specified proxy
for SOAP RPC invocations.
Rose::URI is an alternative to URI. It provides a rich set of query string
manipulation methods. Query parameters can be added, removed, and checked
for their existence. URI allows the entire query to be set or returned as
a whole via the query_form or query methods, and the URI::QueryParam module
provides a few more methods for query string manipulation.
An object-oriented interface to handle your Amazon S3 storage.