examples/hono.
Create handlers
orpc.ts
Mount in Hono
app.ts
Add typed context
context.ts
Add fiber context propagation
If Hono middleware creates request-local EffectFiberRef state before the oRPC handler runs, wrap next() with withFiberContext.
fiber-context.ts
Runnable example
Run the repository example
Next steps
- Use Node fiber context bridge for request-local
FiberRefpropagation. - Use OpenTelemetry guide for exporting spans.