I have to build a rest API with Node.JS and TypeScript. I was about to use Express, but It looks like Koa, Fastify and Hapi could provide a better up-to-date experience.
So, what are the modern choices to build a rest api with node and TS in 2021?
Thanks!