mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-12 13:41:34 +01:00
| .. | ||
| demorpcrtti.lpi | ||
| demorpcrtti.lpr | ||
| dmrpc.lfm | ||
| dmrpc.pp | ||
| jsonrpcclient.lpi | ||
| jsonrpcclient.pp | ||
| myapi.pp | ||
| README.md | ||
| rpcapi.pp | ||
| rpcclient.lpr | ||
| rttirpc.lpg | ||
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.