项目作者: hahazhu123

项目描述 :
RPC framework based on netty
高级语言: Java
项目地址: git://github.com/hahazhu123/netty-rpc.git
创建时间: 2020-03-12T09:23:32Z
项目社区:https://github.com/hahazhu123/netty-rpc

开源协议:

下载


netty-rpc

RPC framework based on netty

There are several moudules in project:

  • rpc-api: generally service api means interface.
  • rpc-service: service api implement.
  • rpc-common: some necessary components both for rpc-client and rpc-server.
  • rpc-client: contain a netty client, send rpc message to server.
  • rpc-server: contain a netty server, receive rpc message and provided service.