summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2014-03-14 13:47:14 -0400
committerOwen Jacobson <owen.jacobson@grimoire.ca>2014-03-14 13:47:14 -0400
commitf59ba79518a7ab7917e53372551b509460aeaffb (patch)
treedbb7ca78c5040d775179f051fa37d54d8278d922
parent21e30fe9e7add5012e1023009d81c19ab581c372 (diff)
Oh, yeah, mention why this matters.
-rw-r--r--wiki/dev/stop-building-synchronous-web-containers.md4
1 files changed, 3 insertions, 1 deletions
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.