c(libuv) backend, bug fix
[PxpRpc.git] / README.md
blob4c92d309df4fba3e6f30f74ef9dcd3060e5832c0
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 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)
25 ### Detail help
26 See /documents/* for more information.
28 See test files for detail usage.
30 Feel free to PR and issue