Monday, 10 October 2011

Run Dart code in several ways

You will be able to run Dart code in several ways:
  • Translate Dart code to JavaScript that can run in any modern browser:
    Chrome, Safari 5+, and Firefox 4+ (more browser support coming shortly).
  • Execute Dart code directly in a VM on the server side
  • Use Dartboard to write, modify, and execute small Dart programs within any browser window

No comments:

Post a Comment