DartBoard

An example implementation of try.dartlang.org

Stars
6

Dart Board

An example implementation of try.dartlang.org. This is still in the early stages, be careful of use. Thinking about couchdb integration and maybe #tag cloud at a later time. It would be fun to let individuals tag code.

Currently only works on mac and has few hard coded paths that need to be fixed.A modified DartVM needs to be compiled with the bin/ objects removed, they could be considered unsafe in this type of implementation. In general there is nothing specific about this route that couldnt be done on Linux or Windows.

Run server:

cd src/DartBoardServer/
../../third_party/dart-sdk/bin/dart ./DartBoardServer.dart

Run client:

dartium http://127.0.0.1:8888/DartBoardClient.html