# trpc-group/trpc-go

A pluggable, high-performance RPC framework written in golang

Repository: https://github.com/trpc-group/trpc-go
Canonical: https://ross.abutalabs.com/products/trpc-go
Language: Go
License: NOASSERTION
License Family: other
Last push: 2026-07-28T02:45:23+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 63, longevity 80
- inputs: {"age_days": 1125, "days_push": 36, "days_rel": 36, "gap_med": null, "n_releases_24m": 1}
- 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 1192, forks 140 (observed 2026-08-28T04:03:56.289705+00:00)

## What it is
tRPC-Go is the Go implementation of the tRPC framework, a pluggable, high-performance RPC framework for building microservices. It supports multiple services per process, pluggable components, custom protocols via codec interfaces, and mock testing of all interfaces.

## Use cases
- build high-performance microservices in Go
- run multiple RPC services in a single process
- support custom RPC protocols via codec plugins
- generate mock code for testing service interfaces
- scaffold service code templates with a CLI tool

## When to choose
- you are building Go microservices, especially within the tRPC/Tencent ecosystem
- you need a pluggable RPC framework with swappable components and protocol support
- you want built-in mock testing support for service interfaces

## When to avoid
- you need a lightweight HTTP-only service without RPC abstractions
- your team uses a different RPC stack like gRPC and has no tRPC interoperability needs
- you require a framework with a very large third-party plugin ecosystem outside the tRPC community

## Facets
- artifact type: framework
- maturity: active
- function: rpc, microservices, middleware, http-server, serialization, plugin-system, mocking
- domain: microservices, backend, apis, developer-tools
- platform: go, windows, cli
- tags: tencent, trpc, service-framework, pluggable-architecture, high-performance, linux, macos

## Member repositories
- trpc-group/trpc-go (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.289705+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-30T06:22:39.020667+00:00, confidence not recorded.
  - readme: https://github.com/trpc-group/trpc-go (fetched 2026-08-28T04:03:56.289705+00:00, sha 95767a83c0d6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
