Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC


Summary

This is a simple implementation of RPC(Remote Procedure Call) protocol. It can help us to realize the project of distributed services easily.


Use of knowledge


Configurable of features

Load balancing strategy

  • Random LoadBalance
  • RoundRobin LoadBalance(按权重轮询)
  • LeastActive LoadBalance

Serialization

  • JDK native serialization
  • Hessian
  • Protostuff

Other Similar projects

  • gRPC (Google)
  • Thirft (Facebook)
  • Dubbo (alibaba)
  • Hessian

About

This is a simple implementation of RPC(Remote Procedure Call) protocol. It can help us to realize project of the distributed services easily.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages