Type system via a single schema looks similar to Hono+OpenApi+RPC, or is there a different advantage?
pier2519 hours ago | | | parent | | on: 47759208
Maybe I'm wrong but it seems more like Hono+Zod
speak_on17 hours ago | | | parent | | on: 47760054
The parts where responses have schema-consistent types (OpenApi) and the same types can be used on the client without extra work (RPC) are outside of Zod.