# lesismal/arpc

More effective network communication, two-way calling, notify and broadcast supported.

Repository: https://github.com/lesismal/arpc
Canonical: https://ross.abutalabs.com/products/arpc
Language: Go
License: MIT
License Family: permissive
Last push: 2026-07-04T16:44:06+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 19, longevity 100
- inputs: {"age_days": 2297, "days_push": 60, "days_rel": 324, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1090, forks 80 (observed 2026-08-28T04:03:32.835240+00:00)

## What it is
ARPC is a high-performance RPC framework for Go supporting two-way calling, notify, broadcast, and pub/sub over TCP with customizable codecs and middleware. It emphasizes efficiency with features like singleflight call de-duplication, batch writes, and OpenTracing support.

## Use cases
- build a fast rpc server in go
- two-way communication between go services
- broadcast messages to connected clients
- pub/sub messaging in go
- replace grpc with a lighter rpc library
- async and sync remote calls with middleware

## When to choose
- you need bidirectional rpc or notify/broadcast patterns in Go
- you want a lightweight, high-throughput alternative to gRPC
- you need pub/sub or singleflight de-duplication built into your rpc layer

## When to avoid
- you need cross-language rpc with mature ecosystem support
- you require grpc-compatible protobuf contracts or http/2 transport
- your team needs long-term commercial-grade support guarantees

## Facets
- artifact type: library
- maturity: active
- function: rpc, middleware, serialization, websocket
- domain: microservices, networking, backend, developer-tools
- platform: go, windows, cross-platform
- tags: rpc-framework, two-way-communication, pub-sub, broadcast, singleflight, high-performance, linux, macos

## Member repositories
- lesismal/arpc (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.835240+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:49:13.539512+00:00, confidence not recorded.
  - readme: https://github.com/lesismal/arpc (fetched 2026-08-28T04:03:32.835240+00:00, sha affdd249c0c1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
