Search results for "JSON-RPC"
JSON::RPC - JSON RPC 2.0 Server Implementation
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- JSON::RPC::Test - Simple Wrapper To Test Your JSON::RPC
- JSON::RPC::Legacy - Perl implementation of JSON-RPC 1.1 protocol
- JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request
- 9 more results from JSON-RPC »
RPC::JSON - JSON-RPC Client Library
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- RPC::JSON::Shell - Interactive JSON-RPC Shell
JSON::RPC::LWP - Use any version of JSON RPC over any libwww supported transport protocols.
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
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
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- JSON::RPC::Spec::Common - common class of JSON::RPC::Spec
- JSON::RPC::Spec::Client - Yet another JSON-RPC 2.0 Client Implementation
- JSON::RPC::Spec::Procedure - Subclass of JSON::RPC::Spec
MojoX::JSON::RPC - a Perl implementation of the JSON-RPC 2.0 protocol for Mojolicious
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- MojoX::JSON::RPC::Client - JSON RPC client
- MojoX::JSON::RPC::Service - JSON RPC Service registration
- MojoX::JSON::RPC::Dispatcher - A JSON-RPC 2.0 server for Mojolicious
- 2 more results from MojoX-JSON-RPC »
JSON::RPC::Common - Transport agnostic JSON RPC helper objects
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::Common::Message - JSON-RPC message role
- JSON::RPC::Common::TypeConstraints - Type constraint library
- JSON::RPC::Common::Marshal::Text - JSON text marshalling for JSON::RPC::Common.
- 13 more results from JSON-RPC-Common »
JSON::RPC::Simple - Simple JSON-RPC client and dispatcher (WD 1.1 subset only currently)
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::Simple::Client - JSON-RPC 1.1 WD client
- JSON::RPC::Simple::Dispatcher - Decodes JSON-RPC calls and dispatches them
JSON::RPC::Dispatcher - A JSON-RPC 2.0 server.
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::Dispatcher::App - A base class for creating object oriented apps with JRD.
- JSON::RPC::Dispatcher::Procedure - The data holder between RPC requests and responses.
JSON::RPC::Client::Any - wrap in an available JSON RPC Client implementation
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.55 - 13 Jun 2019 20:24:58 UTC - Search in distribution- KGB_protocol - specification of the client-server communication protocol
- App::KGB::API - KGB bot API documentation
- App::KGB::Client::ServerRef - server instance in KGB client
Test::JSON::RPC::Autodoc - Testing tools for auto generating documents of JSON-RPC applications
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
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- Event::RPC - Event based transparent Client/Server RPC framework
- Event::RPC::Client - Client API to connect to Event::RPC Servers
- Event::RPC::Server - Simple API for event driven RPC servers
- 1 more result from Event-RPC »
JSON::RPC::Server::FastCGI - A FastCGI version of JSON::RPC::Server
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
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
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- XAS::Lib::RPC::JSON::Client - A mixin for a JSON RPC interface
- XAS - Middleware for Datacenter Operations
JSON::RPC::Common::Marshal::Catalyst - Convert Catalyst::Request to JSON::RPC::Common:Call.
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- Catalyst::Plugin::Server::JSONRPC - Catalyst JSONRPC Server Plugin
lib/RPC/Lite/Serializer/JSON.pm
ABURKE/RPC-Lite-0.20
-
13 Jan 2010 22:40:50 UTC
-
Search in distribution
- RPC::Lite - A lightweight yet flexible framework for remote process communication.
- RPC::Lite::Client - Lightweight RPC client framework.
- RPC::Lite::Serializer - Base class for RPC::Lite::Serializers.
MojoX::JSON::RPC::Service::AutoRegister - Base class for RPC Services
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
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::Client - Transport-independent JSON-RPC 2.0 client
- JSON::RPC2::Server - Transport-independent JSON-RPC 2.0 server
JSON::RPC2::TwoWay - Transport-independent bidirectional JSON-RPC 2.0
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.07 - 11 Dec 2022 17:30:57 UTC - Search in distribution- JSON::RPC2::TwoWay::Connection - Transport-independent bidirectional JSON-RPC 2.0 connection