Search code examples
dartawesomium

Awesomium: what is Dart?


There's an option to enable Dart in Awesomium's preferences (true by default). But the documentation is not very explicit about it. Does anybody know what it is for? What would be the benefits / cons to turn it on?


Solution

  • This options to provide Dart language. With this language you can write your awesome html application more fast then with JS, more maintable. And Dart can work two times faster than JS.

    Awesomium is a intergable browser, and if you want to use it with own html applications you can use Dart language to develop it and get benefits I have wrote before.

    Moreover, I guess Awesomium is a Chrome's fork and in this case you can write in Dart not html application only but Chrome extensions too!