Skip to content

Commit

Permalink
README.md: add RPC Framework title for geerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
geektutu committed Oct 5, 2020
1 parent b0c73e9 commit 4881f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ Xorm's desgin is easier to understand than gorm-v1, so the main designs referenc
- Day 6 - Support Transaction | [Code](gee-orm/day6-transaction)
- Day 7 - Migrate Database | [Code](gee-orm/day7-migrate)

## RPC Framework - GeeRPC

[GeeRPC](https://geektutu.com/post/geerpc.html) is a [net/rpc](https://github.com/golang/go/tree/master/src/net/rpc)-like RPC framework

Based on golang standard library `net/rpc`, GeeRPC implements more features. eg, protocol exchange, service registration and discovery, load balance, etc.
Expand Down

0 comments on commit 4881f8c

Please sign in to comment.