diff options
| -rw-r--r-- | wiki/dev/stop-building-synchronous-web-containers.md | 4 |
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. |
