lesismal/arpc
More effective network communication, two-way calling, notify and broadcast supported. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 90
- Release rhythm 19
- Longevity 100
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: 2297
- days_rel: 324
- days_push: 60
- n_releases_24m: 1
Adoption not part of the score
1090 stars · 80 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
rpc middleware serialization websocket microservices networking backend developer-tools go windows cross-platform rpc-framework two-way-communication pub-sub broadcast singleflight high-performance linux macos
1 source
- readme: https://github.com/lesismal/arpc · fetched 2026-08-28 · affdd249c0c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lesismal/arpc | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem