# netty-rpc **Repository Path**: bingjie__chai/netty-rpc ## Basic Information - **Project Name**: netty-rpc - **Description**: 基于Netty的RPC框架,简约但全面 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-23 - **Last Updated**: 2022-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 实现基本RPC的思路 ## 1.编写客户端,服务端 ## 2.拆包? ## 3.动态代理? ## 4.序列化?封装协议? ## 5.连接池 ## 6.rpc就像调用本地方法一样去调用远程方法,也就是面向接口开发