1efdc2ba36
Change-Id: Ia95abccf1c400a5e2a595b89b961bc4c43f18ef6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345400 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Dan Chevalier <danchevalier@google.com>
The server implementation for the Dart Tooling Daemon. This is meant to be run by our internal tooling and facilitates communication between our internal tools.
Running the sample
Running with the Dart SDK
You can run the example with the Dart SDK like this:
$ dart run bin/dtd_server.dart
The Dart Tooling Daemon is listening on 0.0.0.0:8080
Compiling the binary
dart compile exe bin/dtd_server.dart -o bin/dtd_server