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)
14 asynchronous rpc server on c
16 rpc server over tcp on c with libuv
18 rpc server over tcp on c with tbox
20 rpc server and client on python(>=3.8)
22 rpc client on typescript(websocket)
26 See /documents/* for more information.
28 See test files for detail usage.
30 Feel free to PR and issue