https://github.com/rsrchboy/json-rpc2
https://github.com/rsrchboy/json-rpc2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rsrchboy/json-rpc2
- Owner: rsrchboy
- Created: 2013-05-23T05:22:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-23T05:23:24.000Z (about 12 years ago)
- Last Synced: 2025-01-16T04:21:09.575Z (5 months ago)
- Language: Perl
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installDEPENDENCIES
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.