From f59ba79518a7ab7917e53372551b509460aeaffb Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 14 Mar 2014 13:47:14 -0400 Subject: Oh, yeah, mention why this matters. --- wiki/dev/stop-building-synchronous-web-containers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/dev/stop-building-synchronous-web-containers.md b/wiki/dev/stop-building-synchronous-web-containers.md index bd0bd80..320b3f7 100644 --- a/wiki/dev/stop-building-synchronous-web-containers.md +++ b/wiki/dev/stop-building-synchronous-web-containers.md @@ -36,4 +36,6 @@ vs synchronous_response = synchronous_entry_point(request) return response_callback(synchronous_response) -Going the other way is more or less impossible. +Going the other way is more or less impossible, which is why websocket +support, HTML5 server-sent event support, and every other async tool for the +web has an awful server interface. -- cgit v1.2.3