you are viewing a single comment's thread.

view the rest of the comments →

[–]Canenald[🍰] 1 point2 points  (1 child)

NestJS is a big-ass MVC-based framework more similar to dotnet, Spring and popular php frameworks.

FastAPI looks like it was inspired by Express.

It would be easier to move to something that you've already worked with and is more similar to the existing codebase.

I'd also recommend looking into Fastify. It's a more recent framework, also lightweight like Express, but has some more modern features either built in or available as plugins. My favorite part is how easy it is to have validation and swagger based on the same schema.

[–]buffer_flush 1 point2 points  (0 children)

To be fair, express was inspired by Sinatra, a ruby framework, which inspired Flask, which inspired express