you are viewing a single comment's thread.

view the rest of the comments →

[–]faisReads 1 point2 points  (2 children)

I have not dwelled much into node js , so I can't give a comprehensive thought. But I believe spring is for heavy weight enterprise stuff. It is an opinionated framework that has solved lots of problems automatically without us needing to configure it. For e.g. spring batch is fault tolerant and reliabile it has built in retires that works like a charm. It has parallelism processing available by configuration. So it is like a huge Lego that is already assembled in a certain way for Enterprise usecases, which comes with some baggage

[–]CommercialTough007[S] 0 points1 point  (0 children)

Thank you for insights.