|
|
|
|
|
by arrty88
4424 days ago
|
|
So does Google Web Toolkit which is what AWS's admin console uses. Why would I use Dart over Google backed GWT? I'm also torn between using a pure javascript framework like Google Angular or a hybrid such as GWT or Dart. There are seriously too many options and no one has a clue what the long term support for any of these will be. |
|
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.