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