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::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::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::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

JSON::RPC2::AnyEvent - Yet-another, transport-independent and asynchronous JSON-RPC 2.0 implementation River stage one • 2 direct dependents • 2 total dependents

JSON::RPC2::AnyEvent is yet-another JSON-RPC 2.0 implementation. This module is very similar to JSON::RPC2 and actually shares the main goals. That is, transport independent, asynchronous, and light-weight. However, this module is designed so that it...

YANOTHER/JSON-RPC2-AnyEvent-0.03 - 22 Apr 2020 04:15:28 UTC - Search in distribution

JSON::RPC2::AnyEvent::Client - Asynchronous nonblocking JSON RPC2 client with method mapping River stage zero No dependents

JSON::RPC2::AnyEvent::Client is JSON RPC2 client, with tcp/http/https transport. Remote functions is mapped to local client object methods. For example remote function fn(...) is called as $c->fn(...,cb). Params of function is params of remote functi...

OKLAS/JSON-RPC2-AnyEvent-Client-0.04 - 15 Feb 2018 12:26:51 UTC - Search in distribution

JSON::RPC2::AnyEvent::Server::PSGI - PSGI adapter for JSON::RPC2::AnyEvent::Server River stage zero No dependents

JSON::RPC2::AnyEvent::Server::PSGI is a PSGI adapter for JSON::RPC2::AnyEvent::Server. It converts JSON::RPC2::AnyEvent::Server object to a PSGI app....

YANOTHER/JSON-RPC2-AnyEvent-Server-PSGI-0.01 - 20 Oct 2013 11:47:56 UTC - Search in distribution

UR::Service::JsonRpcServer - A self-contained JSON-RPC server for UR namespaces River stage one • 1 direct dependent • 1 total dependent

This is a class containing an implementation of a JSON-RPC server to respond to requests involving UR-based namespaces and their objects. It uses Net::HTTPServer as the web server back-end library. Incoming requests are divided into two major categor...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

JRPC::Client - JSON-RPC 2.0 Client River stage zero No dependents

JRPC::Client is a Perl LWP based JSON-RPC 2.0 Client hoping to minimize tedious boilerplate code for JSON-RPC interaction, yet enabling advanced use cases by the power of LWP / HTTP::Request. JRPC::Client complies to conventions of JSON-RPC 2.0, but ...

OHOLLMEN/JRPC-0.61 - 21 Dec 2014 17:14:48 UTC - Search in distribution

Lim - Framework for RESTful JSON/XML, JSON-RPC, XML-RPC and SOAP River stage one • 4 direct dependents • 4 total dependents

Lim provides a framework for calling plugins over multiple protocols. It uses AnyEvent for async operations and SOAP::Lite, XMLRPC::Lite and JSON::XS for processing protocol messages. There are 3 parts in Lim that can work independenly, a Server part...

JELU/Lim-0.20 - 26 Aug 2015 11:38:41 UTC - Search in distribution

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

Net::IPA - Perl 5 interface of the (Free)IPA JSON-RPC API River stage zero No dependents

NICKCIS/Net-IPA-1.0 - 31 Mar 2016 05:25:27 UTC - Search in distribution

Mojolicious::Plugin::Qooxdoo::JsonRpcController - A controller base class for Qooxdoo JSON-RPC Calls River stage one • 1 direct dependent • 1 total dependent

All you have todo to process incoming JSON-RPC requests from a qooxdoo application, is to make your controller a child of Mojolicious::Plugin::Qooxdoo::JsonRpcController. And then route all incoming requests to the inherited dispatch method in the ne...

OETIKER/Mojolicious-Plugin-Qooxdoo-1.0.14 - 28 Feb 2023 10:41:25 UTC - Search in distribution

NetSDS::App::JSRPC - JSON-RPC server framework River stage one • 4 direct dependents • 4 total dependents

"NetSDS::App::JSRPC" module implements framework for common JSON-RPC based server application. JSON-RPC is a HTTP based protocol providing remote procudure call (RPC) functionality using JSON for requests and responses incapsulation. This implementat...

RATTLER/NetSDS-1.301 - 12 Nov 2009 18:01:06 UTC - Search in distribution
  • NetSDS - Service Delivery Suite by Net Style

SOAPjr - SOAP without the bloat and JR (JSON-RPC) with proper error handling and file uploads River stage zero No dependents

ROBMAN/SOAPjr-1.1.4 - 25 Mar 2009 00:30:12 UTC - Search in distribution

Net::Ethereum - Perl Framework for Ethereum JSON RPC API. River stage zero No dependents

Net::Ethereum - Perl Framework for Ethereum JSON RPC API. This is alpha debugging version. Currently support marshaling only uint, int, bool, string types. Start node cmd: geth --datadir node1 --nodiscover --mine --minerthreads 1 --maxpeers 0 --verbo...

ITMFROLOV/Net-Ethereum-0.30 - 18 Jan 2018 08:52:28 UTC - Search in distribution

Zabbix::API - Access the JSON-RPC API of a Zabbix server River stage one • 2 direct dependents • 2 total dependents

This module manages authentication and querying to a Zabbix server via its JSON-RPC interface. (Zabbix v1.8+ is required for API usage; prior versions have no JSON-RPC API at all.) What you need to start out is probably the "fetch" method in "Zabbix:...

FGA/Zabbix-API-0.009 - 08 Mar 2013 16:27:03 UTC - Search in distribution

Zabbix2::API - Access the JSON-RPC API of a Zabbix server River stage zero No dependents

This module is a Moo wrapper around the Zabbix 2.x JSON-RPC API. For the Zabbix 1.8.x series, see Zabbix::API, which happens to retain some limited degree of usefulness with Zabbix 2.x. What you need to start hacking is probably the "fetch" method in...

SUJITSALI/Zabbix2-API-0.014 - 11 Oct 2020 05:14:52 UTC - Search in distribution

Beekeeper::JSONRPC - Representation of JSON-RPC objects River stage zero No dependents

All Beekeeper RPC calls follow the JSON-RPC 2.0 specification (see <http://www.jsonrpc.org/specification>). Constructors on this class are not actually used and are provided just for completeness....

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC - Search in distribution

Jamila - Perl extension for JSON Approach to Make Integration Linking Applications River stage zero No dependents

Jamila is yet another RPC using JSON and HTTP(CGI). Jamila stands for JSON Approach to Make Integration Linking Applications. Jamila has 2 modes; recieve and call. proc Jamila->proc(I<$sModule>); In receive mode, this is the only method to call. When...

KWITKNR/Jamila-0.03 - 25 Sep 2009 04:26:51 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution
  • AnyEvent::MP - erlang-style multi-processing/message-passing framework

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Riap - Rinci access protocol River stage one • 1 direct dependent • 1 total dependent

Rinci access protocol (Riap for short), is a client/server, request/response protocol for requesting metadata and performing actions on code entities. It is modeled closely after HTTP, but is a different protocol. It can be layered on top of HTTP (as...

PERLANCAR/Riap-1.2.4 - 04 Sep 2015 01:00:31 UTC - Search in distribution

org2wp - Publish Org document (or heading) to WordPress as blog post River stage one • 1 direct dependent • 1 total dependent

This is originally a quick hack because I couldn't make L<https://github.com/punchagan/org2blog> on my Emacs installation to work after some update. "org2wp" uses the same format as "org2blog", but instead of being an Emacs package, it is a CLI scrip...

PERLANCAR/App-org2wp-0.013 - 23 May 2022 00:05:22 UTC - Search in distribution

Ouch - Exceptions that don't hurt. River stage two • 23 direct dependents • 25 total dependents

Ouch provides a class for exception handling that doesn't require a lot of boilerplate, nor any up front definition. If Exception::Class is working for you, great! But if you want something that is faster, easier to use, requires less typing, and has...

RIZEN/Ouch-0.0501 - 29 Jan 2019 22:33:39 UTC - Search in distribution

ExtUtils::MakeMaker - Create a module Makefile River stage five • 21376 direct dependents • 32646 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

Valence - Perl interface to electron GUI tool-kit River stage one • 1 direct dependent • 1 total dependent

Electron <https://github.com/atom/electron> is chromium-based GUI application framework. It allows you to create "native" applications in HTML, CSS, and javascript. The Valence perl module is an RPC binding that lets you use perl instead of javascrip...

FRACTAL/Valence-0.201 - 22 Sep 2016 13:55:49 UTC - Search in distribution

JSORB - Javascript Object Request Broker River stage one • 1 direct dependent • 1 total dependent

__ __ /\ \ /\_\ ____ ___ _ __ \ \ \____ \/\ \ /',__\ / __`\ /\`'__\ \ \ '__`\ \ \ \ /\__, `\/\ \L\ \\ \ \/ \ \ \L\ \ _\ \ \ \/\____/\ \____/ \ \_\ \ \_,__/ /\ \_\ \ \/___/ \/___/ \/_/ \/___/ \ \____/ \/___/ DISCLAIMER This is a VERY VERY early releas...

STEVAN/JSORB-0.04 - 13 Jan 2010 19:27:11 UTC - Search in distribution

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

This module implements in PERL the JSON-RPC of Ethereum <https://github.com/ethereum/wiki/wiki/JSON-RPC>...

BINARY/Ethereum-RPC-Client-0.05 - 03 Mar 2023 08:17:34 UTC - Search in distribution

Net::WAMP - Support for Web Application Messaging Protocol (“WAMP”) River stage zero No dependents

This distribution provides support in Perl for the Web Application Messaging Protocol (WAMP) <http://wamp-proto.org/>....

FELIPE/Net-WAMP-0.03 - 25 Aug 2018 02:52:58 UTC - Search in distribution

XML::Compile::Schema - Compile a schema into CODE River stage two • 38 direct dependents • 67 total dependents

This module collects knowledge about one or more schemas. The most important method provided is compile(), which can create XML file readers and writers based on the schema information and some selected element or attribute type. Various implementati...

MARKOV/XML-Compile-1.63 - 02 Jul 2019 14:42:22 UTC - Search in distribution

AnyEvent::Task - Client/server-based asynchronous worker pool River stage one • 1 direct dependent • 1 total dependent

The synopses make this module look much more complicated than it actually is. In a nutshell, a synchronous worker process is forked off by a server whenever a client asks for one. The client keeps as many of these workers around as it wants and deleg...

FRACTAL/AnyEvent-Task-0.805 - 13 Feb 2017 17:02:33 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

JIRA::REST - Thin wrapper around Jira's REST API River stage one • 5 direct dependents • 5 total dependents

Jira <http://www.atlassian.com/software/jira/> is a proprietary bug tracking system from Atlassian. This module implements a very thin wrapper around Jira's REST APIs: * Jira Core REST API <https://docs.atlassian.com/software/jira/docs/api/REST/lates...

GNUSTAVO/JIRA-REST-0.024 - 21 Jan 2024 17:06:03 UTC - Search in distribution

Ambrosia - a powerful web application framework that can be used to create general applications too. River stage zero No dependents

(I'm sorry for my English. And I apologize for the scant documentation. A little bit later I will fill this gap.) The Ambrosia is a powerful framework to build web applications. The Ambrosia implements MVC model for applications. In this document I w...

KNM/Ambrosia-0.010 - 30 Jun 2012 07:09:43 UTC - Search in distribution

DTA::CAB - "Cascaded Analysis Broker" for robust linguistic analysis River stage zero No dependents

The DTA::CAB suite provides an object-oriented API for error-tolerant linguistic analysis of tokenized text. The DTA::CAB package itself just loads the common API from DTA::CAB::Common and attempts to load the common analysis modules from DTA::CAB::A...

MOOCOW/DTA-CAB-1.115 - 04 Mar 2021 13:08:08 UTC - Search in distribution

dogeutils - command-line utility to work with Dogecoin Core nodes River stage zero No dependents

CHROMATIC/Finance-Dogecoin-Utils-1.20240413.0031 - 13 Apr 2024 00:31:31 UTC - Search in distribution

WWW::Grooveshark - Perl wrapper for the Grooveshark API River stage zero No dependents

Grooveshark is an internationally-available online music search, streaming, and recommendation service. "WWW::Grooveshark" wraps this service's API in an object-oriented Perl interface, allowing you to programmatically search for songs, artists, albu...

MIOREL/WWW-Grooveshark-0.02 - 22 Jul 2009 14:41:45 UTC - Search in distribution

Ipernity::API - Perl interface to the Ipernity API River stage zero No dependents

Ipernity::API is a full implementation of the Ipernity API interface. It uses LWP::UserAgent to communicate with the API and returns the results in the 3 possible formats (provided by Ipernity): JSON, XML, SOAP, XML-RPC...

WNEESSEN/Ipernity-API-0.10 - 13 Jan 2011 12:30:10 UTC - Search in distribution

Task::Dancer2 - Dancer2... in a box! River stage zero No dependents

This Task installs Dancer2, optional engines, templates and assorted modules that are not included in the Dancer2 core distribution. It is based heavily on the awesome Task::Dancer distribution by Sawyer X and ambs. If you've written anything relatin...

CROMEDOME/Task-Dancer2-0.07 - 05 Feb 2023 23:47:03 UTC - Search in distribution

AnyEvent::Fork - everything you wanted to use fork() for, but couldn't River stage two • 7 direct dependents • 12 total dependents

This module allows you to create new processes, without actually forking them from your current process (avoiding the problems of forking), but preserving most of the advantages of fork. It can be used to create new worker processes or new independen...

MLEHMANN/AnyEvent-Fork-1.32 - 26 Jan 2022 16:44:27 UTC - Search in distribution

Catalyst::Plugin::AutoCRUD - Instant AJAX web front-end for DBIx::Class River stage one • 2 direct dependents • 2 total dependents

This module contains an application which will automatically construct a web interface for a database on the fly. The web interface supports Create, Retrieve, Update, Delete and Search operations. The interface is not written to static files on your ...

OLIVER/Catalyst-Plugin-AutoCRUD-2.200002 - 14 Feb 2015 10:26:37 UTC - Search in distribution

Data::Collector - Collect information from multiple sources River stage zero No dependents

XSAWYERX/Data-Collector-0.15 - 03 Sep 2012 10:51:24 UTC - Search in distribution

Jifty::Manual::Glossary - The Jifty dictionary River stage two • 33 direct dependents • 33 total dependents

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC - Search in distribution

Mojo::XMLRPC - An XMLRPC message parser/encoder using the Mojo stack River stage zero No dependents

Mojo::XMLRPC is a pure-perl XML-RPC message parser and encoder. It uses tools from the Mojo toolkit to do all of the work. This does not mean that it must only be used in conjunction with a Mojolicious app, far from it. Feel free to use it in any cir...

JBERGER/Mojo-XMLRPC-0.06 - 16 Dec 2018 05:02:51 UTC - Search in distribution

Google::ProtocolBuffers - simple interface to Google Protocol Buffers River stage two • 9 direct dependents • 13 total dependents

Google Protocol Buffers is a data serialization format. It is binary (and hence compact and fast for serialization) and as extendable as XML; its nearest analogues are Thrift and ASN.1. There are official mappings for C++, Java and Python languages; ...

SAXJAZMAN/Google-ProtocolBuffers-0.12 - 29 Sep 2016 14:28:56 UTC - Search in distribution

Dezi::Architecture - all about the Dezi innards River stage one • 4 direct dependents • 4 total dependents

This document describes the Dezi architecture. The chief assumption in this document is that you are using the Apache Lucy library (<http://lucy.apache.org/>) backend via Search::OpenSearch::Engine::Lucy. Lucy is the default engine type for Dezi. In ...

KARMAN/Dezi-0.004003 - 16 May 2018 02:24:24 UTC - Search in distribution

Yahoo::BBAuth - Perl interface to the Yahoo! Browser-Based Authentication. River stage one • 1 direct dependent • 1 total dependent

This module priovides an Object Oriented interface for Yahoo! Browser-Based Authentication. This module is ported from the official PHP class which is located on this page: http://developer.yahoo.com/php...

JLEV/Yahoo-BBAuth-0.50 - 28 Mar 2007 17:52:39 UTC - Search in distribution

CGI::JSONRPC - CGI handler for JSONRPC River stage zero No dependents

CGI::JSONRPC is a pole for perl. CGI::JSONRPC implements the JSONRPC protocol as defined at <http://www.json-rpc.org/>. When a JSONRPC request is received by this handler, it is translated into a method call. The method and it's arguments are determi...

CRAKRJACK/CGI-JSONRPC-0.11 - 27 Feb 2008 18:46:01 UTC - Search in distribution

wp-xmlrpc - A thin layer of CLI over WordPress XML-RPC API River stage one • 1 direct dependent • 1 total dependent

This script is a thin layer of CLI over WordPress XML-RPC API, mainly for testing/debugging. Each CLI subcommand is for calling API method of the same name. If an argument starts with "{" it will be assumed as a JSON-encoded hash and will be decoded....

PERLANCAR/App-wp-xmlrpc-0.003 - 24 Apr 2017 01:25:27 UTC - Search in distribution

Plack::App::dbi2http - Export DBI database as HTTP API (Riap::HTTP) River stage one • 1 direct dependent • 1 total dependent

This module provides a sample Plack application, which you can customize, to export a DBI database as a HTTP API service. I was reading Yanick's blog entry today, <http://techblog.babyl.ca/entry/waack>, titled *Instant REST API for Any Databases* and...

PERLANCAR/Plack-App-dbi2http-0.07 - 11 Jul 2017 09:25:27 UTC - Search in distribution

JSON::DWIW - JSON converter that Does What I Want River stage zero No dependents

Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster ...

DOWENS/JSON-DWIW-0.47 - 29 Sep 2010 04:57:36 UTC - Search in distribution

JSON::Server - JSON-only server River stage zero No dependents

This sets up an internet socket through which JSON passes. Each complete JSON message must be followed by a zero byte....

BKB/JSON-Server-0.03 - 30 Apr 2022 05:11:31 UTC - Search in distribution

WebService::IdoitAPI::Object - handle i-doit objects River stage zero No dependents

MAMAWE/WebService-IdoitAPI-0.4.1 - 02 May 2024 09:49:24 UTC - Search in distribution

CGI::ExtDirect - Ext.Direct remoting gateway for CGI applications River stage one • 3 direct dependents • 4 total dependents

This module provides an RPC::ExtDirect gateway implementation for CGI compatible Web server environments. This includes both traditional CGI scripts that start up anew for each HTTP request, as well as more modern CGI environments in which a script i...

TOKAREV/CGI-ExtDirect-3.24 - 12 Oct 2016 07:56:40 UTC - Search in distribution

CallBackery::Index - Application Builder Toolkit River stage zero No dependents

OETIKER/CallBackery-0.49.3 - 27 Feb 2024 13:23:32 UTC - Search in distribution

Data::MessagePack - MessagePack serializing/deserializing River stage two • 25 direct dependents • 33 total dependents

This module converts Perl data structures to MessagePack and vice versa....

SYOHEX/Data-MessagePack-1.02 - 11 Mar 2022 14:29:10 UTC - Search in distribution

Task::BeLike::RJRAY - RJRAY's frequently-used and favorite modules River stage zero No dependents

RJRAY/Task-BeLike-RJRAY-0.009 - 26 Dec 2014 04:49:48 UTC - Search in distribution

Net::Async::AMQP::Channel - represents a single channel in an MQ connection River stage zero No dependents

Each Net::Async::AMQP::Channel instance represents a virtual channel for communicating with the MQ server. Channels are layered over the TCP protocol and most of the common AMQP frames operate at channel level - typically you'd connect to the server,...

TEAM/Net-Async-AMQP-2.000 - 27 Dec 2016 12:46:03 UTC - Search in distribution

Data::Passphrase::Apache - HTTP service for checking passphrase strength River stage zero No dependents

This mod_perl module provides HTTP and SOAP interfaces to Data::Passphrase. A trivial form handler is also included, mostly as an example. By default, the various interfaces are accessible by the following URIs: Interface URI --------- --- HTTP https...

KORTY/Data-Passphrase-0.0.7 - 14 Aug 2007 16:06:47 UTC - Search in distribution

Finance::Bitcoin - manage a bitcoin instance River stage one • 1 direct dependent • 1 total dependent

Bitcoin is a peer-to-peer network based digital currency. This module provides high and low level APIs for managing a running bitcoin instance over JSON-RPC....

TOBYINK/Finance-Bitcoin-0.902 - 10 Mar 2014 11:24:44 UTC - Search in distribution

WWW::FreshMeat::API - inspect & update your freshmeat.net projects River stage zero No dependents

FreshMeat (http://freshmeat.net) provides a very simple XML-RPC API which allows a user to inspect what projects the user as uploaded and also provides an update & withdrawal mechanism of the users projects. Requirements.... 1) Must have a FreshMeat ...

DRAEGTUN/WWW-FreshMeat-API-0.03 - 04 Jan 2010 11:08:26 UTC - Search in distribution

RPC::ExtDirect - Easily integrate Perl server code with JavaScript apps River stage one • 5 direct dependents • 7 total dependents

RPC::ExtDirect suite of modules provides an easy, simple and robust way to write Perl server side code that could be used with HTML5 Rich Internet Applications based on JavaScript frameworks Ext JS <http://www.sencha.com/products/extjs/> and Sencha T...

TOKAREV/RPC-ExtDirect-3.24 - 12 Oct 2016 07:39:21 UTC - Search in distribution

Task::BeLike::MPERRY - Modules MPERRY uses River stage zero No dependents

MPERRY/Task-BeLike-MPERRY-0.01 - 04 Jan 2016 07:50:37 UTC - Search in distribution

Web::MREST::WebServicesIntro - General discussion of REST and Web Services River stage zero No dependents

SMITHFARM/Web-MREST-0.290 - 29 Jun 2022 12:50:44 UTC - Search in distribution

AnyEvent::JSONRPC::HTTP::Client - Simple HTTP-based JSONRPC client River stage zero No dependents

This module is the HTTP client part of AnyEvent::JSONRPC. AnyEvent condvars The main thing you have to remember is that all the data retrieval methods return an AnyEvent condvar, $cv. If you want the actual data from the request, there are a few thin...

PMAKHOLM/AnyEvent-JSONRPC-0.15 - 28 Oct 2010 13:01:47 UTC - Search in distribution

AnyEvent::JSONRPC::Lite - Simple TCP-based JSONRPC client/server River stage zero No dependents

This module provide TCP-based JSONRPC server/client implementation. AnyEvent::JSONRPC::Lite provide you a couple of export functions that are shortcut of AnyEvent::JSONRPC::Lite::Client and AnyEvent::JSONRPC::Lite::Server. One is "jsonrpc_client" for...

TYPESTER/AnyEvent-JSONRPC-Lite-0.15 - 08 Dec 2011 22:18:31 UTC - Search in distribution

Google::ProtocolBuffers::Dynamic - fast and complete protocol buffer implementation River stage one • 2 direct dependents • 5 total dependents

This module uses Google C++ Protocol Buffers parser and the uPB serialization/deserialization library to provide a fast and complete mapping of Protocol Buffers for Perl. There is builtin support for creating gRPC clients for RPC services, using Grpc...

MBARBON/Google-ProtocolBuffers-Dynamic-0.42 - 23 May 2023 12:55:29 UTC - Search in distribution

Bitcoin::RPC::Client - Bitcoin Core JSON RPC Client River stage one • 1 direct dependent • 1 total dependent

This module implements in Perl the functions that are currently part of the Bitcoin Core RPC client calls (bitcoin-cli). The function names and parameters are identical between the Bitcoin Core RPC API <https://developer.bitcoin.org/reference/rpc/ind...

WHINDS/Bitcoin-RPC-Client-0.12 - 13 Mar 2023 21:20:13 UTC - Search in distribution

Crypto::NanoRPC - Perl module for interacting with Nano node River stage zero No dependents

Object Oriented perl class for interacting with a Nano (rai) node Implemented RPC calls are defined in the array rpc_actions in NanoRPC.pm. The required arguments can be set using the set_params() method. The most common arguments, "wallet" and "acco...

HACKTOR/Crypto-NanoRPC-0.9.1 - 17 Jan 2020 08:16:46 UTC - Search in distribution

Mojo::WebSocketProxy::Backend::ConsumerGroups - Class for communication with backend by sending messaging through redis streams. River stage zero No dependents

Class for communication with backend by sending messaging through redis streams. * "Redis streams" is used as channel for sending request to backend servers. * "Redis subscriptions" is used as channel for receiving responses from backend servers....

DERIV/Mojo-WebSocketProxy-Backend-ConsumerGroups-0.06 - 28 Mar 2024 06:18:02 UTC - Search in distribution

Protocol::XMLRPC - XML-RPC implementation River stage zero No dependents

Protocol::XMLRPC is an XML-RPC protocol implementation. Method parameters types are guessed just like in JSON, but you can pass explicit type if guessing is wrong for you. Read more about parameter creation at Protocol::XMLRPC::ValueFactory. It diffe...

VTI/Protocol-XMLRPC-0.10 - 18 Jan 2012 12:11:20 UTC - Search in distribution

RPC::ExtDirect::Server - A tiny but capable Ext.Direct server River stage one • 3 direct dependents • 3 total dependents

This module implements a minimal Ext.Direct capable server in pure Perl. Its main purpose is to be used as a lightweight drop-in replacement for more complex production environments like Plack or Apache/mod_perl, e.g. for testing and mockups. It can ...

TOKAREV/RPC-ExtDirect-Server-1.24 - 12 Oct 2016 08:10:46 UTC - Search in distribution

Apache::ExtDirect - Ext.Direct remoting interface for mod_perl applications River stage zero No dependents

This module provides RPC::ExtDirect gateway implementation for Apache mod_perl environment....

TOKAREV/Apache-ExtDirect-0.90 - 18 Jun 2012 22:55:38 UTC - Search in distribution

YATG::Store::RPC - Back-end module to store polled data over the network River stage zero No dependents

This module implements part of a callback handler used to store SNMP data to disk on a remote networked host. There is not a lot to describe - it's a very lightweight call which throws data to an instance of YATG::Store::Disk on another system, so re...

OLIVER/YATG-5.20002 - 13 Nov 2015 16:56:57 UTC - Search in distribution

Zcash::RPC::Client - Zcash Payment API Client River stage zero No dependents

This module is a pure Perl implementation of the methods that are currently part of the Zcash Payment API client calls. The method names and parameters are identical between the Zcash Payment API reference and this module. This is done for consistenc...

CYCLENERD/Zcash-RPC-Client-1.01 - 23 Mar 2018 10:41:13 UTC - Search in distribution

Dancer2::Plugin::WebService - RESTful Web Services with login, persistent data, multiple in/out formats, IP security, role based access River stage zero No dependents

MPOURASG/Dancer2-Plugin-WebService-4.4.7 - 27 Nov 2023 20:02:44 UTC - Search in distribution

CatalystX::ExtJS::Tutorial::Direct - Introduction to CatalystX::ExtJS::Direct River stage one • 3 direct dependents • 3 total dependents

PERLER/CatalystX-ExtJS-Direct-2.1.5 - 15 Jan 2014 01:00:19 UTC - Search in distribution

Mojolicious::Plugin::SecureCORS - Complete control over CORS River stage zero No dependents

Mojolicious::Plugin::SecureCORS is a plugin that allow you to configure Cross Origin Resource Sharing for routes in Mojolicious app. Implements this spec: <http://www.w3.org/TR/2014/REC-cors-20140116/>. SECURITY Don't use the lazy 'cors.origin'=>'*' ...

POWERMAN/Mojolicious-Plugin-SecureCORS-v2.0.5 - 03 Feb 2023 12:29:01 UTC - Search in distribution

Catalyst::Helper::Controller::DBIC::API::REST River stage zero No dependents

This creates REST controllers according to the specifications at Catalyst::Controller::DBIC::API and Catalyst::Controller::DBIC::API::REST for all the classes in your Catalyst app. It creates the following files: MyApp/lib/MyApp/Controller/API.pm MyA...

AMIRI/Catalyst-Helper-Controller-DBIC-API-REST-0.09 - 20 Nov 2016 18:44:31 UTC - Search in distribution

Mojolicious::Plugin::StrictCORS - Strict and secure control over CORS River stage zero No dependents

Mojolicious::Plugin::StrictCORS is a plugin that allow you to configure Cross Origin Resource Sharing for routes in Mojolicious app. Implements this spec: <http://www.w3.org/TR/2014/REC-cors-20140116/>. This module is based on Powerman's CORS impleme...

MONSTAR/Mojolicious-Plugin-StrictCORS-0.02 - 17 Nov 2020 00:13:49 UTC - Search in distribution

NetSDS::App::QueueProcessor - queue processing server framework River stage one • 1 direct dependent • 1 total dependent

"NetSDS::App::QueueProcessor" module implements framework for applications processing messages arriving from MemcacheQ queue server....

RATTLER/NetSDS-Queue-0.032 - 12 Sep 2009 16:18:33 UTC - Search in distribution

ZMQx::RPC::Message::Request - DEPRECATED - A unfinished prototype, do not use River stage zero No dependents

DOMM/ZMQx-Class-0.008 - 10 Jan 2021 18:10:57 UTC - Search in distribution
135 results (0.073 seconds)