You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ you can use other programming languages besides Go to access rpcx services.
30
30
31
31
-**rpcx-gateway**: You can write clients in any programming languages to call rpcx services via [rpcx-gateway](https://github.com/rpcxio/rpcx-gateway)
32
32
-**http invoke**: you can use the same http requests to access rpcx gateway
33
-
-**Java Services/Clients**: You can use [rpcx-java](https://github.com/smallnest/rpcx-java) to implement/access rpcx servies via raw protocol.
33
+
-**Java Services/Clients**: You can use [rpcx-java](https://github.com/smallnest/rpcx-java) to implement/access rpcx services via raw protocol.
34
34
-**rust rpcx**: You can write rpcx services in rust by [rpcx-rs](https://github.com/smallnest/rpcx-rs)
35
35
36
36
> If you can write Go methods, you can also write rpc services. It is so easy to write rpc applications with rpcx.
@@ -67,8 +67,8 @@ go get -v -tags "quic kcp" github.com/smallnest/rpcx/...
67
67
rpcx is a RPC framework like [Alibaba Dubbo](http://dubbo.io/) and [Weibo Motan](https://github.com/weibocom/motan).
68
68
69
69
**rpcx** is created for targets:
70
-
1.**Simple**: easy to learn, easy to develop, easy to intergate and easy to deploy
71
-
2.**Performance**: high perforamnce (>= grpc-go)
70
+
1.**Simple**: easy to learn, easy to develop, easy to integrate and easy to deploy
71
+
2.**Performance**: high performance (>= grpc-go)
72
72
3.**Cross-platform**: support _raw slice of bytes_, _JSON_, _Protobuf_ and _MessagePack_. Theoretically it can be used with java, php, python, c/c++, node.js, c# and other platforms
73
73
4.**Service discovery and service governance**: support zookeeper, etcd and consul.
0 commit comments