ここでダーツ Web サービスのチュートリアルに従っています: http://www.dartlang.org/articles/json-web-service/
関連する git コードからコードを実行しようとするとhttps://github.com/chrisbu/dartlang_json_webservice_article_code
次のエラーが表示されます。
Loading structured data
Failed to load resource
http://127.0.0.1:8080/programming-languages
Uncaught Error: Instance of 'HttpRequestProgressEvent'
Exception: Instance of 'HttpRequestProgressEvent'
readme からhttps://github.com/chrisbu/dartlang_json_webservice_article_code/blob/master/README.md
それは私がする必要があることを示唆しています
To execute, either run:
dart simpleserver.dart
Load the project into the Dart Editor, and click "Run"
This starts the server listening on http://localhost:8080
どこで実行する必要がありますか
ダーツsimpleserver.dart
指図?不足している可能性のあるその他のローカル サーバーのセットアップ要件はありますか? ありがとうございます (Windows 8 Pro)