/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-rpc-2b36eb2658d0-rpc-s0526-c0000.md
RPC - hono-docs
RPC Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt rpc Summary Hono's RPC feature allows you to...
RPC
Source evidence: /Sources/raw/honojshono/honojshono.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.