Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 329 Bytes

buddha

buddha is a lightweight RPC(Remote Procedure Call) framework.

It contains four features, which include:

  • Service registration and service discovery.
  • Use Netty for all network communications.
  • Use Kryo and fastjson to serialization/deserialization.
  • Use dynamic proxy to simplify the client service invocation.