So, what is json-rpc compared to the services module?

Comments

cleaver’s picture

The Services module has a JSON-RPC server module that implements the protocol. http://drupal.org/project/jsonrpc_server

This module will work as a client with the Services module and jsonrpc_server or with other non-Drupal JSON_RPC services. It was developed for a project where there was two-way JSON-RPC communications. The site used both jsonrpc_server and jsonrpc_client.

cleaver’s picture

Status: Active » Closed (fixed)