tree: 92f164487ae8fb3c91f6c6ea94c4177a1bb8fa04 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. CHANGELOG.md
  6. dds_protocol.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
pkg/dds/README.md

This package is a work in-progress and the API may not be stable. Stay tuned for updates.

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.