I have read that NestJS developers decided to still use express as default. And i dont get why.
At the moment i have a default project and my main thoughts are now, how can i improve my project and make everything faster? So i found out that i have the choice to use fastify, what is really cool. But i have now to implement it and change some of my code.
Its obvious that the perfomance from fastify is much better then from express. Isnt that what everyone wants?
I mean, express is widely used, yes, but its much slower and i cant see any benefit of using express, just because in NestJS we dont use express itself very often. Its nice for middleware, but there are better solutions.
Do the developers have any thoughts to maybe switch to fastify?
Im a bit frustrated that i have a project and to get the most out of it, i have to rework some of my code now. Didnt know, as i started with the project, that fastify is in many things just better.