# RPC **Repository Path**: old-tan-su/x2 ## Basic Information - **Project Name**: RPC - **Description**: 独立开发的rpc框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 手写RPC框架 ## 目录结构 ```markdown . ├── README.md ├── example-common -- 公共模块 ├── example-consumer -- 消费者模块 ├── example-provider -- 服务提供者模块 ├── example-springboot-consumer -- springboot消费者模块 ├── example-springboot-provider -- springboot服务提供者模块 ├── pom.xml ├── yunfei-easy-rpc -- RPC框架简单实现 ├── yunfei-rpc-core -- RPC框架核心模块 ├── yunfei-rpc-spring-boot-starter -- RPC框架springboot启动器 └── yunfei-rpc.iml ```