6 ms·
Keeping familiarity aside, why would one use Java/JVM instead of nodejs for the server of a web app? I need to call SOAP services.
by jsyolo 4y ago
Keeping familiarity aside, why would one use Java/JVM instead of nodejs for the server of a web app? I need to call SOAP services.
- anonymoushn 4y agoWhat are the benefits of using nodejs over Java?
- jsyolo 4y agoSSR React, using the same language in the server as in the browser and not wrangling between to completely different ecosystems.
- lmm 4y agoI get that the other way around by using Scala.js in the browser; I find it a much nicer language to work with than Javascript or even Typescript.
- seinecle 4y agoJava has a solid frontend framework. I discussed it recently in relation to SSR React: https://nocodefunctions.com/blog/java-frontend-web-app/ https://nocodefunctions.com/blog/java-frontend-web-app/
- pjmlp 4y agoWhen one cares about performance.
- kaba0 4y agoAnd maintainability. And quality of libraries.