1 like
·
2.2K reads
2 comments
·Nov 24, 2023
Nov 24, 2023
Nice, only one thing, can you do an example using Fastify as http provider?
·
·1 reply
Author
·Nov 24, 2023
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.
·