Margers 0db1de216b Mass trailing space removal for packages (part 1). 3 недель назад
..
README.md 2784c71b22 Mass typo fixes in comments for packages part 1/5. 3 недель назад
demorpcrtti.lpi c2d76841df * Add .lpi files 2 лет назад
demorpcrtti.lpr a18e75eaff * Some cleanup, add file headers 4 лет назад
dmrpc.lfm 12616f6579 * JSON-RPC using Invoke 4 лет назад
dmrpc.pp a18e75eaff * Some cleanup, add file headers 4 лет назад
jsonrpcclient.lpi c2d76841df * Add .lpi files 2 лет назад
jsonrpcclient.pp 0db1de216b Mass trailing space removal for packages (part 1). 3 недель назад
myapi.pp a18e75eaff * Some cleanup, add file headers 4 лет назад
rpcapi.pp a18e75eaff * Some cleanup, add file headers 4 лет назад
rpcclient.lpr fa7d3d845b * Some clarifying comments 4 лет назад
rttirpc.lpg a18e75eaff * Some cleanup, add file headers 4 лет назад

README.md

JSON-RPC demo

The rttirpc.lpg project group allows you to compile 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.