# netty-rpc-study **Repository Path**: hiopensource/netty-rpc-study ## Basic Information - **Project Name**: netty-rpc-study - **Description**: 仿写RPC - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-rpc-study #### 介绍 仿写RPC #### 模块说明 1. rpc-core包里面包含了数据传输对象,为调用哪个类的那个方法,什么参数什么值。 2. user-api为定义的接口。 user-center实现该接口,模拟服务提供者; product-center 模拟消费者 这两个服务通过netty进行远程过程调用。 3. 协议:java自带的序列化协议。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request