Skip to content
Zeng Ke edited this page May 26, 2017 · 5 revisions

haorpc

haorpc is a RPC framework with the following features

  • json-rpc based rpc mechanism
  • multi language support, python3 w/ asyncio, nodejs, go, ...
  • optional validation using json-schema, define schema using swagger like tools
  • coordinate using etcd, shared config
  • retry for idempotent methods
  • solo dev mode expend to huge cluster
  • service monitoring
  • rich tools to setup and run
Clone this wiki locally