Two-way Communication over HTTP

From NovaOrdis Knowledge Base
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.