6

What's the best nodejs framework for the MEAN stack? I need to do additional things to put TypeScript in node js and express. I have seen nestjs with a good directory structure and also uses TS by default. How about meteor or Koa?

Should I just add TS to my existing node and express? Or use nestjs or some other nodejs framework. What do you suggest?

Comments
  • 0
    meteor is obsolete
  • 0
    @heyheni thanks didn't know that because I'm a PHP guy slowly transforming to a JS guy.

    What node framework are you using or will suggest to me? Summary of pros and cons thanks 🙂
  • 1
    I think it really depends how deep into JS you want to go. If you want to keep PHP as the backend then you can and just learn React/Vue/Angular. If you want JS as backend as well then Express, Next/Nuxt (React/Vue with SSR), core NodeJs.

    Meteor was the first thing I learned as a JS platform. I loved it at the time but quite quickly realised that there were far better ways of doing the same thing and very few use cases for what it had over other things.
Add Comment