DEV Community

Discussion on: I am java developer trying to learn node.JS, where should I start.

Collapse
 
gochev profile image
Nayden Gochev

Coming from a Java background as well I used Spring MVC a lot , so I am not sure is the case the same but what I did was:

  • Learned ES 6
  • Learned TypeScript
  • Started playing with NestJS (it is basically Spring MVC or JAX-RS and TypeScript is very like Java)

done, you don't need JS and nodeJS nonsense but when you do.. you know even more then the rest.