qicosmos / rest_rpc

modern C++(C++11), simple, easy to use rpc framework
MIT License
1.66k stars 365 forks source link

The flow chart of rpc_client and rpc_server #47

Closed yangtsecxf closed 2 years ago

yangtsecxf commented 3 years ago

rest_rpc_flow

yangtsecxf commented 3 years ago

为了更好理解源码,画了rpc_client和rpc_server的flow chart,不当之处,还请指教。

qicosmos commented 3 years ago

比较清晰,挺不错。

qicosmos commented 3 years ago

希望你能参与维护rest_rpc,可以加项目qq群:340713904

yangtsecxf commented 3 years ago

好的,我也希望参加rest_rpc或者cinatra的维护工作,准备在公司引入相关的技术。

yangtsecxf commented 3 years ago

画了flow-chart才发现rest_rpc的 连接-认证 请求-路由-应答 订阅-广播 这几条主线的脉络非常清晰,有了这些,很多场景都够用了。👍