Files
sdk/pkg/dtd_impl
Dan Chevalier 49cd3d9657 Adding file service to dtd_impl
Change-Id: Ifd9027a2d2d1e5e711de259ee09ce7e044a55db7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/343021
Reviewed-by: Kenzie Davisson <kenzieschmoll@google.com>
Commit-Queue: Dan Chevalier <danchevalier@google.com>
2023-12-21 14:34:09 +00:00
..
2023-12-21 14:34:09 +00:00
2023-12-19 00:54:12 +00:00
2023-12-21 14:34:09 +00:00

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