I just uploaded the first stable release of a new library to CPAN, called
RPC::Any. It's a simple server framework that presents an object-oriented, unified interface for both XML-RPC and JSON-RPC. It has the following features:
- You can use both JSON-RPC and XML-RPC with the same backend code. (That is, you only have to write your functions once
( Read more... )