Giter Site home page Giter Site logo

sjmiller / perl-json-rpc2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from powerman/perl-json-rpc2

0.0 0.0 0.0 85 KB

Perl module: JSON::RPC2 - Transport-independent implementation of JSON-RPC 2.0

Home Page: https://metacpan.org/release/JSON-RPC2

License: Other

Perl 99.34% Perl 6 0.66%

perl-json-rpc2's Introduction

Build Status Coverage Status

NAME

JSON::RPC2 - Transport-independent implementation of JSON-RPC 2.0

VERSION

This document describes JSON::RPC2 version v2.0.0

SYNOPSIS

See JSON::RPC2::Server and JSON::RPC2::Client for usage examples.

DESCRIPTION

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 remote procedure call and both blocking and non-blocking server method execution. This can be very useful in case server methods will need to do some RPC or other slow things like network I/O, which can be done in parallel with executing other server methods in any event-based environment.

INTERFACE

See JSON::RPC2::Server and JSON::RPC2::Client for details.

RATIONALE

There a lot of other RPC modules on CPAN, most of them has features doesn't provided by this module, but they either too complex and bloated or lack some features I need.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/perl-JSON-RPC2/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.

https://github.com/powerman/perl-JSON-RPC2

git clone https://github.com/powerman/perl-JSON-RPC2.git

Resources

AUTHOR

Alex Efros <[email protected]>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009-2014 by Alex Efros <[email protected]>.

This is free software, licensed under:

The MIT (X11) License

perl-json-rpc2's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.