Comment on Why is the Node ecosystem so demanding?
BrianTheeBiscuiteer@lemmy.world 1 year agoAlso a great disadvantage with JavaScript being the official scripting language of the web so it needs to work in every browser, but not every browser will implement it the same way. Syntax between the browser and servers also gets conflated.
Conversely, I’ve done frontend development in Java and it sucks major ass. The “advantage” of using one language for the whole project really ended up as a net negative.
Vipsu@lemmy.world 1 year ago
Fron-end development with Java? You mean Java applets or something?
kameecoding@programming.dev 1 year ago
JSF for example. e.g. Primefaces www.primefaces.org I think there is something like Omnifaces too
fabian@programming.dev 1 year ago
Google Web Toolkit was a thing at some point in time. ;y current company still maintains some apps which are written in it.