fpc/packages/fcl-web/examples/jsonrpc/rtti
Michaël Van Canneyt c2d76841df * Add .lpi files
2023-11-25 10:32:27 +01:00
..
demorpcrtti.lpi * Add .lpi files 2023-11-25 10:32:27 +01:00
demorpcrtti.lpr * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00
dmrpc.lfm
dmrpc.pp * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00
jsonrpcclient.lpi * Add .lpi files 2023-11-25 10:32:27 +01:00
jsonrpcclient.pp * classname -> class 2023-11-25 10:32:05 +01:00
myapi.pp * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00
README.md
rpcapi.pp * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00
rpcclient.lpr
rttirpc.lpg * Some cleanup, add file headers 2021-12-28 16:12:47 +01:00

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.