macstr1k3r / trpc-nestjs-adapter

An adapter, allowing you to use TRPC inside of Nest.JS
157 stars 14 forks source link

Feature/add fastify adapter support #5

Open phaxz10 opened 1 year ago

AaronMBMorse commented 1 year ago

Fastify support will be great

macstr1k3r commented 1 year ago

will look into the PR either later today or tomorrow morning.

Thanks for the contribution.

macstr1k3r commented 1 year ago

@phaxz10 Unfortunately we can't merge this straight away. Your PR assumes fastify will always be used. We should find a way to make express/fastify configurable.