6bd4eefd82
R=nbosch@google.com Change-Id: I3055efd512701d4b0c66862a473da2b425097f55 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144725 Reviewed-by: David Morgan <davidmorgan@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: David Morgan <davidmorgan@google.com>
A package used to spawn the Dart Developer Service (DDS), which is used to communicate with a Dart VM Service instance and provide extended functionality to the core VM Service Protocol.
Functionality
Existing VM Service clients can issue both HTTP and websocket requests to a running DDS instance as if it were an instance of the VM Service itself. If a request corresponds to an RPC defined in the VM Service Protocol, DDS will forward the request and return the response from the VM Service. Requests corresponding to an RPC defined in the DDS Protocol will be handled directly by the DDS instance.