JSON-RPC is lightweight remote procedure call protocol similar to XML-RPC. Its very simple and its used by alots of web applicationsĀ at least json wich is very used in modern applications. To communicate with server in a professional way, json-rpc is a good solution all you need to do is to create server side classes and [...]