# simple-rpc **Repository Path**: goodshred/simple-rpc ## Basic Information - **Project Name**: simple-rpc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 框架使用了 Spring + Netty + Protostuff + ZooKeeper 完成了基本的 rpc 远程调用 服务端通过线程池实现了 RPC 请求的异步多线程处理 02/03 目前v-0.1完成了最简单的rpc的调用 02/05 1. 完成了异步远程服务调用 2. 客户端使用多线程 3. 增加了长连接