From 41a10d5ab21462e7ebaa371bb356b59ec9d60061 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 9 Mar 2018 10:50:19 +0000 Subject: [PATCH] Created Runtime-Editor Comms protocol (markdown) --- Runtime-Editor-Comms-protocol.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Runtime-Editor-Comms-protocol.md diff --git a/Runtime-Editor-Comms-protocol.md b/Runtime-Editor-Comms-protocol.md new file mode 100644 index 0000000..867ce43 --- /dev/null +++ b/Runtime-Editor-Comms-protocol.md @@ -0,0 +1,7 @@ +The editor establishes a WebSocket connection back to the runtime in order to receive realtime events. + +This page documents the protocol used. + + + - Authentication + - Message structure