Michaël Van Canneyt c2d76841df * Add .lpi files hace 1 año
..
README.md 12616f6579 * JSON-RPC using Invoke hace 3 años
demorpcrtti.lpi c2d76841df * Add .lpi files hace 1 año
demorpcrtti.lpr a18e75eaff * Some cleanup, add file headers hace 3 años
dmrpc.lfm 12616f6579 * JSON-RPC using Invoke hace 3 años
dmrpc.pp a18e75eaff * Some cleanup, add file headers hace 3 años
jsonrpcclient.lpi c2d76841df * Add .lpi files hace 1 año
jsonrpcclient.pp 6f02e648cc * classname -> class hace 1 año
myapi.pp a18e75eaff * Some cleanup, add file headers hace 3 años
rpcapi.pp a18e75eaff * Some cleanup, add file headers hace 3 años
rpcclient.lpr fa7d3d845b * Some clarifying comments hace 3 años
rttirpc.lpg a18e75eaff * Some cleanup, add file headers hace 3 años

README.md

JSON-RPC demo

The rttirpc.lpg project group allows you to comppile the 3 programs:

  • demorpcrtti.lpi The RPC server. This project must be compiled and run before the other 2 (client) projects can be run.

  • jsonrpcclient.lpi A bare-bones client.

  • rpcclient.lpi A client using the TFPRPCClient class.