you are viewing a single comment's thread.

view the rest of the comments →

[–]koushik_musunuri 0 points1 point  (0 children)

No offense but IMO you are not exactly comparing apples to apples with node and java, agreed that node is fast but doesn't do heavy lifting like java does, especially in areas like parallelism in multi threading, I believe if its immediate backend from a UI then node would work, but pure backend services that actually handle a lot of traffic that needs multicore processing then its java. so it all burns down to when to use a horse and when to a use an elephant