5 PxpRpc(pursuer cross platform remote procedure call) is a very tiny rpc library aim to call and interchange data cross platform and language with high performance and little load.
10 Currently, pxprpc has been implemented on below platform
12 rpc server on java (>=1.6)
16 rpc server over tcp on c with tbox
18 rpc server and client on python(>=3.8)
20 rpc client on typescript(websocket)
24 See /documents/* for more information.
26 See test files for detail usage.
28 Feel free to PR and issue