An open API service indexing awesome lists of open source software.

https://github.com/rsrchboy/json-rpc2


https://github.com/rsrchboy/json-rpc2

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

JSON-RPC2 version 0.1.1

This module implement json-rpc 2.0 protocol in transport-independent way,
with support for non-blocking client remote procedure call and non-blocking
server method execution.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

JSON::XS

COPYRIGHT AND LICENCE

Copyright (C) 2009, Alex Efros

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.