Benchmark Test Logic Test Environment Test Result TPS Latency: mean time Latency: median time Benchmark The benchmark code is at rpcx-ecosystem/rpcx-benchmark . Use th...
Gateway Deployment models Gateway Agent Protocol Example Gateway Gateway is a http gateway for rpcx services. You can write rpc http clients in any programming languages...
Gateway Gateway is a http gateway for rpcx services. You can write rpc http clients in any programming languages such as Java、Python、C#、Node.js、Php、C\C++、Rust and others. See e...
HTTP Invoke HTTP Invoke A rpcx server can be accessed via HTTP. The HTTP headers are same to the approach to access gateway . Obviously, Invoke via HTTP can not achive the sa...
Benchmark The benchmark code is at rpcx-ecosystem/rpcx-benchmark . Use the same test environment, the same test data and the same test parameters, test grpc, rpcx, dubbo, mota...
Client Example: 101basic Clients use the same transport protocol to send requests to services and get responses from them. type Client struct { Conn net . Conn ...
Server Example: 102basic You can implements services in Server side. The type of services is not important. You can use customized type to keep states or use struct{} or int ...