Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 554 Bytes

File metadata and controls

19 lines (14 loc) · 554 Bytes

netty-rpc

light rpc framework, easy to use and learning

structure

  • contract: for test purpose, including interfaces and beans that client and server will use
  • rpc-core: core bean definition and serialize
  • rpc-client
  • rpc-server
  • src: springboot test project

design

  • no service discovery, keep the learning project as simple as possible

reference:

upgraded project