Commit 5e72c69f authored by AlexStocks's avatar AlexStocks

Mod: delete rpc & micro readme

parent 3797f77d
......@@ -14,35 +14,6 @@ Whatever if you use websocket, you do not need to care about hearbeat request/re
You can get code example in https://github.com/AlexStocks/getty-examples.
## RPC
An open source, Go based, RPC framework.
Feature list:
- 1 Transport: TCP(√), UDP(X), Websocket(X)
- 2 Codec: ProtoBuf(√), JSON(√)
- 3 Strategy: Failover(√), Failfast(√)
- 4 Metrics: Invoke Statistics(X), User Auth(X)
Code example:
The subdirectory rpc of [getty-examples](https://github.com/alexstocks/getty-examples/) shows how to build rpc client/rpc server.
## Micro
An micro service framework based on getty/rpc.
Feature list:
- 1 Registry: ZooKeeper(√), Etcd(√)
- 2 Load Balance: Random(X), RoundRobin(√), [Self-Defined(√)](https://github.com/alexstocks/getty-examples/blob/master/micro/client/app/main.go#L86)
- 3 Service Discovery: Service Publish(√), Service Watch(√), Service Notify(√)
Code example:
The subdirectory micro of [getty-examples](https://github.com/alexstocks/getty-examples/) shows how to build micro client/rpc server.
## LICENCE
Apache License 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment