A simple client-server-based demo implements json rpc using jsonrpc4j. Usage: Run HttpServer.java to boot the rpc server Run RpcClient.java to start a client to connect the rpc server This repo forks from https://github.com/hjcenry/json-rpc-demo with improvement.