The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:RPC::Any::Server"

RPC::Any::Server - The RPC Server River stage one • 1 direct dependent • 1 total dependent

This is an RPC "server" that can call methods and return a result to a client. Unlike other RPC modules, "RPC::Any::Server" doesn't actually start a listening daemon, it just reads the input that you give it and gives you output that you can send to ...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::XMLRPC - A basic XML-RPC server River stage one • 1 direct dependent • 1 total dependent

This is a server that takes *just* XML-RPC as input, and produces *just* XML-RPC as output. It doesn't understand HTTP headers or anything like that, and it doesn't produce HTTP headers. For that, see RPC::Any::Server::XMLRPC::HTTP or RPC::Any::Serve...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC - A basic JSON-RPC server River stage one • 1 direct dependent • 1 total dependent

This is a server that implements the various JSON-RPC <http://groups.google.com/group/json-rpc/web> specifications. It supports JSON-RPC 1.0, 1.1, and 2.0. It uses JSON::RPC::Common as its backend for parsing input and producing output, and so it sup...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::XMLRPC::CGI - An XML-RPC server for a CGI environment River stage one • 1 direct dependent • 1 total dependent

This is a subclass of RPC::Any::Server::XMLRPC::HTTP that has the functionality described in RPC::Any::Interface::CGI. Baically, it's just like the HTTP server, but it works properly in a CGI environment (where HTTP headers are in environment variabl...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC::CGI - A JSON-RPC server for a CGI environment River stage one • 1 direct dependent • 1 total dependent

This is a subclass of RPC::Any::Server::JSONRPC::HTTP that has the functionality described in RPC::Any::Interface::CGI. Baically, it's just like the HTTP server, but it works properly in a CGI environment (where HTTP headers are in environment variab...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::XMLRPC::HTTP - An XML-RPC server that understands HTTP River stage one • 1 direct dependent • 1 total dependent

This is a type of RPC::Any::Server::XMLRPC that understands HTTP. It has all of the features of RPC::Any::Server, RPC::Any::Server::XMLRPC, and RPC::Any::Interface::HTTP. You should see those modules for information on configuring this server and the...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::XMLRPC::PSGI - XML-RPC server for a PSGI environment River stage zero No dependents

This is a subclass of RPC::Any::Server::XMLRPC::HTTP that has the functionality described in RPC::Any::Interface::PSGI....

SHERWIN/RPC-Any-Interface-PSGI-0.03 - 15 Aug 2011 06:44:33 UTC

RPC::Any::Server::JSONRPC::HTTP - A JSON-RPC server that understands HTTP River stage one • 1 direct dependent • 1 total dependent

This is a type of RPC::Any::Server::JSONRPC that understands HTTP. It has all of the features of RPC::Any::Server, RPC::Any::Server::JSONRPC, and RPC::Any::Interface::HTTP. You should see those modules for information on configuring this server and t...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Any::Server::JSONRPC::PSGI - JSON-RPC server for a PSGI environment River stage zero No dependents

This is a subclass of RPC::Any::Server::JSONRPC::HTTP that has the functionality described in RPC::Any::Interface::PSGI....

SHERWIN/RPC-Any-Interface-PSGI-0.03 - 15 Aug 2011 06:44:33 UTC

lib/Doit.pm River stage zero No dependents

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC

JSON::RPC - JSON RPC 2.0 Server Implementation River stage one • 6 direct dependents • 8 total dependents

JSON::RPC is a set of modules that implement JSON RPC 2.0 protocol. If you are using old JSON::RPC code (up to 0.96), DO NOT EXPECT YOUR CODE TO WORK WITH THIS VERSION. THIS VERSION IS ****BACKWARDS INCOMPATIBLE****...

DMAKI/JSON-RPC-1.06 - 07 Oct 2014 01:59:39 UTC

RPC::Any - A simple, unified interface to XML-RPC and JSON-RPC. River stage one • 1 direct dependent • 1 total dependent

RPC::Any is a simple, unified interface to multiple RPC protocols. Right now it supports XML-RPC <http://www.xmlrpc.com/> and all three versions of JSON-RPC <http://groups.google.com/group/json-rpc/web> (1.0, 1.1, and 2.0). The goal of RPC::Any is to...

MKANAT/RPC-Any-1.00 - 19 Jun 2010 16:43:22 UTC

RPC::Lite - A lightweight yet flexible framework for remote process communication. River stage zero No dependents

RPC::Lite is intended to be a lightweight, easy-to-use yet flexible and powerful RPC implementation. It was inspired by the headaches of working with other, heavier RPC APIs. RPC::Lite does not require versioning or signatures but provides facilities...

ABURKE/RPC-Lite-0.20 - 13 Jan 2010 22:40:50 UTC

RPC::JSON - JSON-RPC Client Library River stage zero No dependents

RPC::JSON aims to be a full-featured JSON-RPC client library that enables a client to connect to any JSON-RPC service and dispatch remote method calls....

CHRISC/RPC-JSON-0.15 - 02 Aug 2008 09:36:17 UTC

RPC::Simple - Perl classes to handle simple asynchronous RPC calls with call-back River stage zero No dependents

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 Bu...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Object - A lightweight implementation for remote procedure calls River stage zero No dependents

JWU/RPC-Object-0.31 - 26 Feb 2007 16:19:30 UTC

RPC::XML - A set of classes for core data, message and XML handling River stage two • 37 direct dependents • 50 total dependents

The RPC::XML package is an implementation of the XML-RPC standard. The package as a whole provides classes for data, for clients, for servers and for parsers (based on the XML::Parser and XML::LibXML packages from CPAN). This module provides a set of...

RJRAY/RPC-XML-0.82 - 06 Jan 2021 18:05:35 UTC

RPC::pServer - Perl extension for writing pRPC servers River stage zero No dependents

pRPC (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 Net::pRPC::Client is for. See Net::pRPC::Client(3) for this part. pRPC works by...

JWIED/pRPC-modules-0.1005 - 13 Aug 1998 00:28:38 UTC

RPC::PlClient - Perl extension for writing PlRPC clients River stage one • 1 direct dependent • 1 total dependent

PlRPC (Perl RPC) is a package that simplifies the writing of Perl based client/server applications. RPC::PlServer is the package used on the server side, and you guess what RPC::PlClient is for. See RPC::PlServer(3) for this part. PlRPC works by defi...

MNOONING/PlRPC-0.2020 - 17 Jun 2007 20:00:21 UTC

RPC::Lite::Server - Lightweight RPC server framework. River stage zero No dependents

RPC::Lite::Server implements a very lightweight remote process communications server framework. It can use arbitrary Transport (RPC::Lite::Transport) and Serialization (RPC::Lite::Serializer) mechanisms. It supports optional method signatures and thr...

ABURKE/RPC-Lite-0.20 - 13 Jan 2010 22:40:50 UTC
67 results (0.055 seconds)