Two-way Communication over HTTP
Jump to navigation
Jump to search
Internal
Overview
Browsers can receive simulated server-to-client invocations by using the following mechanisms:
- XMLHttpRequest
- <iframe>s and long polling
Obsoleted by WebSockets.