Two-way Communication over HTTP: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
Browsers can receive simulated server-to-client invocations by using the following mechanisms: | Browsers can receive simulated server-to-client invocations by opening multiple HTTP connections and using the following mechanisms: | ||
* XMLHttpRequest | * XMLHttpRequest |
Revision as of 19:56, 25 April 2018
Internal
Overview
Browsers can receive simulated server-to-client invocations by opening multiple HTTP connections and using the following mechanisms:
- XMLHttpRequest
- <iframe>s and long polling
Obsoleted by WebSockets.