dingaiminGIT / buddha

A lightweight distributed RPC framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight distributed RPC framework

License:MIT License


Languages

Language:Java 100.0%