# netty-rpc-demo **Repository Path**: shanjunpeng/netty-rpc-demo ## Basic Information - **Project Name**: netty-rpc-demo - **Description**: netty实现rpc的demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-rpc-demo #### 介绍 netty实现rpc的demo #### 软件架构 netty #### 使用说明 1. 启动服务端 RpcRegistry.main 2. 远程调用服务端方法 RpcConsumer.main