change typescript error handler
[PxpRpc.git] / README.md
blobff222712479d6977c57de889235259562ba540ba
1 # Pxp RPC 
3 ### Introduce
5 PxpRpc(PARTIC 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)
24 rpc server on C# (.net)
27 ### Detail help
28 See /documents/* for more information.
30 See test files for detail usage.
32 [C(libuv) example](c/pxprpc_libuv/test.cpp)
34 [C(tbox) example](c/pxprpc_tbox/test.cpp)
36 [Java example](java/src/pursuer/test/PxpRpc.java)
38 [Python example](python/pxprpc/tests.py)
40 [Typescript(websocket) example](typescript/pxprpc/tests.ts)
42 [C#(.net) example](csharp/dotnet/pxprpc/tests/TestMain.cs)
45 Feel free to PR and issue