jlalmes / trpc-openapi

OpenAPI support for tRPC 🧩
https://www.npmjs.com/package/trpc-openapi
MIT License
2.18k stars 147 forks source link

Support for Hono #432

Open ethndotsh opened 9 months ago

ethndotsh commented 9 months ago

Hono is an edge-first edge runtime specifically made to run anywhere. Hono has support for tRPC through this middleware, as well as partial OpenAPI support through this other middleware. It seems that everything is in order for a quick implementation.

I am currently using Express and tRPC OpenAPI with Bun, but would like to Hono to get a performance and compatibility boost.

amiranvarov commented 3 months ago

@ethndotsh have your tried implementing this? did it work?

LeulAria commented 2 months ago

@ethndotsh what solution you endup using ?