# root-rpc **Repository Path**: x-git/root-rpc ## Basic Information - **Project Name**: root-rpc - **Description**: 分布式 RPC 框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2018-08-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 分布式 RPC 框架 - 使用说明 基于 http://my.oschina.net/huangyong/blog/361751 博客内容 编译循序: 1) root-rpc install 2) ngbc-rpc-api install 3) ngbc-rpc-service install 4) ngbc-rpc-client install 运行顺序: 1) ngbc-rpc-service RpcBootstrap -- 开启服务 2) ngbc-rpc-client HelloClient -- 调用服务