e58efcb049
This change adds the happy path for DTD_impl and DTD being able to: - register streams - register serviceMethods - postEvents to streams - call serviceMethods Change-Id: I73865071745ef19a4493f86714e0855930243dd5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/341700 Reviewed-by: Ben Konyi <bkonyi@google.com> Reviewed-by: Kenzie Davisson <kenzieschmoll@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