# weibocom/motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.

Repository: https://github.com/weibocom/motan
Canonical: https://ross.abutalabs.com/products/motan
Language: Java
License: NOASSERTION
License Family: other
Last push: 2025-11-24T10:37:43+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 53, release rhythm 23, longevity 100
- inputs: {"age_days": 3787, "days_push": 282, "days_rel": 352, "gap_med": 155.5, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5873, forks 1744 (observed 2026-08-28T04:09:31.846140+00:00)

## What it is
Motan is a cross-language remote procedure call (RPC) framework for rapidly building high-performance distributed services, originally developed at Weibo. It provides cluster support, service discovery integration with Consul and Zookeeper, load balancing, and synchronous/asynchronous calls with clients in Java, Go, PHP, and Lua.

## Use cases
- build high-performance distributed services in java
- rpc framework with service discovery via zookeeper or consul
- cross-language rpc between java go php and lua services
- weighted load balancing across data centers
- synchronous and asynchronous remote procedure calls
- microservices communication framework for high load scenarios

## When to choose
- you need a jvm-based rpc framework with mature cluster and service discovery support
- your services span java, go, php, or lua and must interoperate
- you run high-traffic production systems needing idc-aware scheduling and load balancing

## When to avoid
- you want a polyglot-first ecosystem like grpc with broad community tooling
- your stack is not jvm-centric and you don't need motan's specific features
- you need rest/http-first apis rather than binary rpc

## Facets
- artifact type: framework
- maturity: active
- function: rpc, microservices, service-discovery, load-testing, middleware
- domain: microservices, backend, developer-tools
- platform: jvm, cross-platform
- tags: rpc-framework, distributed-services, service-governance, cross-language, high-performance, consul, zookeeper, java

## Member repositories
- weibocom/motan (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:31.846140+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:51:35.410936+00:00, confidence not recorded.
  - readme: https://github.com/weibocom/motan (fetched 2026-08-28T04:09:31.846140+00:00, sha 23114fdcfc30)
- Data as of 2026-08-30T08:39:29.467469+00:00.
