/hrpc

A simple Java RPC framework based on Spring, Netty, Protobuf and Consul

Primary LanguageJava

hrpc

It's a simple Java RPC framework based on Spring, Netty and Consul.

How it works

Some articles in Chinese:

If the links above don't work, see the docs folder: docs

Usage

Please refer to:

  • hrpc-sample-client
  • hrpc-sample-server
  • hrpc-sample-spi

References

  1. https://github.com/spring-cloud/spring-cloud-netflix/tree/master/spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/feign
  2. https://github.com/luxiaoxun/NettyRpc
  3. https://my.oschina.net/huangyong/blog/361751