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

Search results for "JSON-RPC"

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 - Search in distribution

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 - Search in distribution

JSON::RPC::LWP - Use any version of JSON RPC over any libwww supported transport protocols. River stage one • 1 direct dependent • 1 total dependent

BGILLS/JSON-RPC-LWP-0.007 - 25 Jan 2016 01:39:02 UTC - Search in distribution

JSON::RPC::Lite - Simple Syntax JSON RPC 2.0 Server Implementation River stage zero No dependents

JSON::RPC::Lite is sinatra-ish style JSON RPC 2.0 Server Implementation....

NQOUNET/JSON-RPC-Lite-v1.0.0 - 26 Aug 2014 15:44:09 UTC - Search in distribution

JSON::RPC::Spec - Yet another JSON-RPC 2.0 Implementation River stage one • 2 direct dependents • 2 total dependents

JSON::RPC::Spec is Yet another JSON-RPC 2.0 Implementation. JSON format string execute registered method. JSON::RPC - PSGI The tightly also supports BATCH. As a feature. 1. JSON string to JSON string. 2. Simple register callback....

NQOUNET/JSON-RPC-Spec-v1.0.7 - 15 May 2017 04:40:28 UTC - Search in distribution

MojoX::JSON::RPC - a Perl implementation of the JSON-RPC 2.0 protocol for Mojolicious River stage one • 2 direct dependents • 2 total dependents

This module implments a client plugin and a server plugin for JSON-RPC 2.0 for use with Mojolicious. This module follows the draft specficiation for JSON-RPC 2.0. More information can be found at <http://groups.google.com/group/json-rpc/web/json-rpc-...

KARASIK/MojoX-JSON-RPC-0.13 - 24 Feb 2021 11:04:26 UTC - Search in distribution

JSON::RPC::Common - Transport agnostic JSON RPC helper objects River stage one • 7 direct dependents • 9 total dependents

This module provides abstractions for JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2) Procedure Call and Procedure Return objects (formerly known as request and result), along with error objects. It also provides marshalling objects to con...

DMCBRIDE/JSON-RPC-Common-0.11 - 28 Feb 2014 21:40:15 UTC - Search in distribution

JSON::RPC::Simple - Simple JSON-RPC client and dispatcher (WD 1.1 subset only currently) River stage zero No dependents

This module is a very simple JSON-RPC 1.1 WD implementation that only supports a subset of the specification. It supports Named and positonal arguments Error objects...

CLAESJAC/JSON-RPC-Simple-0.06 - 06 Feb 2014 08:53:37 UTC - Search in distribution

JSON::RPC::Dispatcher - A JSON-RPC 2.0 server. River stage one • 1 direct dependent • 1 total dependent

Using this app you can make any PSGI/Plack aware server a JSON-RPC 2.0 server. This will allow you to expose your custom functionality as a web service in a relatiely tiny amount of code, as you can see above. This module follows the draft specficiat...

DMCBRIDE/JSON-RPC-Dispatcher-0.0508 - 22 Jan 2016 04:45:24 UTC - Search in distribution

JSON::RPC::Client::Any - wrap in an available JSON RPC Client implementation River stage zero No dependents

JSON::RPC::Client::Any is a simple class, which finds an available JSON RPC client implementation and descends from it. It saves you the hassle of checking whether you have "JSON::RPC::Client" or "JSON::RPC::Legacy::Client" available....

DAM/App-KGB-1.59 - 30 Oct 2023 16:44:39 UTC - Search in distribution

Test::JSON::RPC::Autodoc - Testing tools for auto generating documents of JSON-RPC applications River stage zero No dependents

Test::JSON::RPC::Autodoc is a software for testing JSON-RPC Web applications. These modules generate the Markdown formatted documentations about RPC parameters, requests, and responses. Using Test::JSON::RPC::Autodoc, we just write and run the integr...

YUSUKEBE/Test-JSON-RPC-Autodoc-0.15 - 22 Jun 2016 10:22:11 UTC - Search in distribution

Event::RPC::Message::JSON - JSON message formatting River stage zero No dependents

This module implements the message formatting of Event::RPC using JSON. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC - Search in distribution

JSON::RPC::Server::FastCGI - A FastCGI version of JSON::RPC::Server River stage zero No dependents

FAIZ/JSON-RPC-Server-FastCGI-0.03 - 02 Mar 2008 04:45:14 UTC - Search in distribution

JSON::RPC::Dispatcher::ClassMapping - Expose all public methods of classes as RPC methods River stage zero No dependents

This module is a wrapper for JSON::RPC::Dispatcher and provides an easy way to expose all public methods of classes as JSON-RPC methods. It treats methods with a leading underscore as private methods....

SHERWIN/JSON-RPC-Dispatcher-ClassMapping-0.03 - 08 Apr 2012 13:53:14 UTC - Search in distribution

XAS::Lib::RPC::JSON::Server - A mixin for a simple JSON RPC server River stage one • 6 direct dependents • 6 total dependents

This modules implements a simple JSON RPC v2.0 <http://www.jsonrpc.org/specification> server. It doesn't support "Notification" calls....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC - Search in distribution

JSON::RPC::Common::Marshal::Catalyst - Convert Catalyst::Request to JSON::RPC::Common:Call. River stage one • 1 direct dependent • 1 total dependent

This object provides marshalling routines to convert Catalyst::Request to JSON::RPC::Common:Call object. Use JSON::RPC::Common::Marshal::Catalyst to work with HTTP::Request...

JLMARTIN/Catalyst-Plugin-Server-JSONRPC-0.07 - 08 Jul 2010 18:56:48 UTC - Search in distribution

lib/RPC/Lite/Serializer/JSON.pm River stage zero No dependents

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

MojoX::JSON::RPC::Service::AutoRegister - Base class for RPC Services River stage zero No dependents

This object represent a base class for RPC Services. It only ovverides the "new" to inject "'with_mojo_tx'=1", "'with_svc_obj'=1" and "'with_self'=1" options by default. For more information on how services work, have a look at MojoX::JSON::RPC::Serv...

MUDLER/MojoX-JSON-RPC-Service-AutoRegister-0.001 - 10 Sep 2014 12:36:23 UTC - Search in distribution

JSON::RPC2 - Transport-independent implementation of JSON-RPC 2.0 River stage one • 4 direct dependents • 4 total dependents

This module implement JSON-RPC 2.0 protocol in transport-independent way. It was very surprising for me to find on CPAN a lot of transport-dependent implementations of (by nature) transport-independent protocol! Also it support non-blocking client re...

POWERMAN/JSON-RPC2-v2.1.2 - 03 Apr 2018 15:15:23 UTC - Search in distribution

JSON::RPC2::TwoWay - Transport-independent bidirectional JSON-RPC 2.0 River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::TwoWay is a base class to implement bidirectional (a.k.a. twoway) communication using JSON-RPC 2.0 remote procedure calls: both sides can operate as Clients and Servers simultaneously. This class is transport-independent....

WIEGEROP/JSON-RPC2-TwoWay-0.08 - 17 Jul 2023 19:33:13 UTC - Search in distribution
135 results (0.1 seconds)