dart-sdk/pkg/dtd_impl
Dan Chevalier a995f7930b Solidify, test and document DTD errors
Change-Id: Ied0f1af43954e47a2c51837bd2fc8d7ce0e03fa7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345800
Commit-Queue: Dan Chevalier <danchevalier@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2024-01-18 16:07:31 +00:00
..
bin Solidify, test and document DTD errors 2024-01-18 16:07:31 +00:00
lib Solidify, test and document DTD errors 2024-01-18 16:07:31 +00:00
test Solidify, test and document DTD errors 2024-01-18 16:07:31 +00:00
.gitignore
analysis_options.yaml Connecting DTD and DTD_impl together. 2023-12-19 15:36:22 +00:00
CHANGELOG.md
dtd_protocol.md Solidify, test and document DTD errors 2024-01-18 16:07:31 +00:00
LICENSE
OWNERS
pubspec.yaml Solidify, test and document DTD errors 2024-01-18 16:07:31 +00:00
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