/Knowledge/sources/honojs__hono/llms-full/hono-stacks-rpc--ababc14b2b36.md
Hono Stacks: RPC - hono-docs
Hono Stacks: RPC Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt rpc Summary Hono's RPC feature allows...
Hono Stacks: RPC
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#rpc
Summary
Hono's RPC feature allows you to share API specs with little change to your code. The client generated by hc will read the spec and access the endpoint type-safety. The following libraries make it possible. - Hono - API Server - [Zod](...
Content
Hono's RPC feature allows you to share API specs with little change to your code.
The client generated by hc will read the spec and access the endpoint type-safety.
The following libraries make it possible.
- Hono - API Server
- Zod - Validator
- Zod Validator Middleware
hc- HTTP Client
We can call the set of these components the Hono Stack. Now let's create an API server and a client with it.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#rpc",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Hono Stacks > RPC",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 526,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Hono Stacks: RPC",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}