Communication
PUBLISHED
The communication features include information on how your application can send data to networks and other applications, and receive data back from them.
The main communication features are:
- HTML5 Web Messaging
Enables you to send and receive data between Web sites and through a message channel.
- WebSocket
Enables you to connect to the socket server, and send and receive data.
- XMLHttpRequest
Enables you to use cross-origin resource sharing (CORS) to request and send data of various content types, and to monitor the operation progress.
- Server-Sent Events in mobile and TV applications only
Enables you to exchange push data with the server.
Was this document helpful?
We value your feedback. Please let us know what you think.