|
|
|
|
|
by akbar501
4424 days ago
|
|
GWT is ideal for Java developers who prefer to write in Java, but have to deploy in JavaScript. Pure JavaScript (or a JavaScript framework) are ideal if you either know JavaScript, or are ok learning the language. IMO, learning JavaScript is a good bet since it is the language of the web. Basically, your web apps will either be written in JS or compile to JS, so knowing the language is worth it. Dart would be selected over GWT if you don't know Java, but like the lang features of Dart. Of course, there are tons of options in the 'compile to' langs, with CoffeeScript being a popular on. |
|