I'm trying to choose between express and fastify along with nestjs for my backend. At the moment I'm more inclined towards fastify as it offers superior speed and ease of use. But I have a question in mind specifically: Say 4 months into the project, my complicated fastify application for whatever reason is giving low performance and if I were to migrate to express how expensive will that be?
From what I understand the majority of the challenge will be in:
- Controller and
- Middleware
Is there anything that I should think about...? I appreciate any response in advance.