Ross ROSS = Recommend OSS · open-source software intelligence for agents

Tencent/phxrpc

A simple C++ based RPC framework. observed · 2026-08-28

github.com/Tencent/phxrpc · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3660
  • days_rel: n/a
  • days_push: 1244
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2032 stars · 560 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PhxRPC is a compact C++ RPC framework from Tencent's WeChat backend team, using Protobuf as IDL to generate client and server code. It features a half-sync/half-async epoll-based IO model with coroutine workers and built-in adaptive overload protection.

Use cases

  • build a lightweight C++ microservice with protobuf-defined RPC interfaces
  • generate client and server stubs from proto files
  • handle high-concurrency RPC calls with coroutine workers
  • add adaptive overload protection to a C++ backend service
  • implement backup request patterns for latency reduction

When to choose

  • you need a tiny, dependency-light C++ RPC framework (450K library)
  • you want protobuf-based IDL code generation for C++ services
  • you need high QPS on Linux with epoll and coroutine support

When to avoid

  • you need multi-process mode, which is unsupported
  • you target Windows or non-Linux platforms
  • you want a batteries-included service mesh with service discovery and tracing

Facets

framework · maturity maintenance

rpc networking concurrency middleware backend microservices developer-tools cpp cli protobuf-idl coroutine epoll overload-protection wechat-team half-sync-half-async linux

1 source

Member repositories

RepositoryRoleHealth v2
Tencent/phxrpcmain23

For agents

markdown · JSON · MCP: product_card(name="Tencent/phxrpc")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem