Skip to content

手撕RPC实现,加深对Java的一些机制如SPI,以及计算机网络等内容的理解。

Notifications You must be signed in to change notification settings

yunfeidog/yunfei-rpc

Repository files navigation

手写RPC框架

目录结构

.
├── 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

11

About

手撕RPC实现,加深对Java的一些机制如SPI,以及计算机网络等内容的理解。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published