From 81ea7058a5601d9c8caefbf18358ed8d10be9e6f Mon Sep 17 00:00:00 2001 From: krombel Date: Fri, 30 Jun 2017 13:32:12 +0200 Subject: [PATCH] Add link to draft for WebSocketAPI on Google-Docs --- drafts/websockets.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drafts/websockets.rst b/drafts/websockets.rst index bd0ff081..0fe8d968 100644 --- a/drafts/websockets.rst +++ b/drafts/websockets.rst @@ -14,6 +14,9 @@ will reduce the latency between server and client by allowing the server to send events as soon as they arrive, rather than having to wait for a poll from the client. +Note: This proposal got continued in a google document you can find here: +https://docs.google.com/document/d/104ClehFBgqLQbf4s-AKX2ijr8sOAxcizfcRs_atsB0g + Handshake --------- 1. Instead of calling ``/sync``, the client makes a websocket request to