tree: ef7267f69a89b515b67dec383f6d0adbd6415b26 [path history] [tgz]
  1. bin/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
pkg/dtd_impl/README.md

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