rpcx
rpcx is a RPC framework like Alibaba Dubbo and Weibo Motan.https://github.com/smallnest/rpcx
rpcx is created for targets:
1. Simple: easy to learn, easy to develop, easy to intergate and easy to deploy
2. Performance: high perforamnce (>= grpc-go)
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
4. Service discovery and service governance: support zookeeper, etcd and consul.