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