This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Feat: Fastify adapter #87
Closed
Description
Not particularly the cleanest implementation, but I got an adapter working for Fastify.
https://github.com/SeanCassiere/fastify-trpc-openapi-adapter/blob/master/src/fastify.ts.
Let me know what you think. It's definitely a bit jank since the types
for Fastify's request
and reply
objects don't exactly overlap all the types in NodeHTTPRequest & NodeHTTPResponse
.