all backend:optimize exception handler means
[PxpRpc.git] / README.md
blob3ef3acdcad358751109907339d9a9f4f3f22edef
1 # Pxp RPC 
3 ### Introduce
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.
8 ### Platform
10 Currently, pxprpc has been implemented on below platform
12 rpc server on java (>=1.6)
14 rpc server on c
16 rpc server over tcp on c with tbox
18 rpc server and client on python(>=3.8)
20 rpc client on typescript(websocket)
23 ### Detail help
24 See /documents/* for more information.
26 See test files for detail usage.
28 Feel free to PR and issue