Files
sdk/pkg/dds/dds_protocol.md
T
Ben Konyi a74e877104 [ package:dds ] Initial commit of the Dart Development Service, package:dds
- Defined initial interface
- Currently can spawn an HTTP server and forward websocket and HTTP
requests to the VM service
- Simple smoke tests
- Initial documentation in dds_protocol.md and other book keeping
- Enabled analysis on bots

Change-Id: Ia11e9e33fd10b0b4700b704a29e2977341441cec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139542
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-03-19 23:36:45 +00:00

2.2 KiB

Dart Development Service Protocol 0.x

This document describes version 0.x of the Dart Development Service Protocol. This protocol is an extension of the Dart VM Service Protocol and implements it in it's entirety. For details on the VM Service Protocol, see the Dart VM Service Protocol Specification.

The Service Protocol uses JSON-RPC 2.0.

Table of Contents

RPCs, Requests, and Responses

See the corresponding section in the VM Service protocol here.

Events

See the corresponding section in the VM Service protocol here.

Binary Events

See the corresponding section in the VM Service protocol here.

Types

See the corresponding section in the VM Service protocol here.

IDs and Names

See the corresponding section in the VM Service protocol here.

Public RPCs

The DDS Protocol supports all public RPCs defined in the VM Service protocol.

Revision History

version comments
0.x Initial revision