Categorygithub.com/dayueba/mrpc
repositorypackage
1.8.0
Repository: https://github.com/dayueba/mrpc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

mrpc

called "msgpack rpc" or "my rpc"

docs

benckmark

go run examples/helloworld/server/server.go
go run -v benchmark/client.go -concurrency=100 -total=1000000
INFO msg=took 58976 ms for 1000000 requests
INFO msg=sent     requests      : 1000000
INFO msg=received requests      : 1000000
INFO msg=received requests succ : 1000000
INFO msg=received requests fail : 0
INFO msg=throughput  (TPS)      : 16956

todo

  • errors
  • 日志
  • 配置文件格式
  • 服务注册与发现 重构
  • 性能优化
  • examples 完善