Hopefully if I have a free time I'll try to, it's quite easy to swap out Express with Fastify, but, I think the only change will be the request/response pipeline and of course setting FastifyAdapter in the main module. Check the docs here.
docs.nestjs.com/techniques/performance
samuele coppede
Nice, only one thing, can you do an example using Fastify as http provider?