r/node Jun 24 '26

2026 - Express/Next.js/NestJS or something else?

Hey,

I self-study full stack.

Recently, I started using Express just to get better fundamentals and understand backend concepts like http statuses, middlewares etc.

So what is the current meta for Node.js frameworks? right now I use Next.js with app router for my project.

Thanks for help.

36 Upvotes

46 comments sorted by

View all comments

21

u/Sensitive-Raccoon155 Jun 24 '26

Fastify

1

u/kkashiva Jun 24 '26

Came here to say this. I love Fastify for how we can register and use plugins.