Communication

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 (Optional feature)

    Enables you to exchange push data with the server.

  • Dependencies
    • Tizen 3.0 and Higher for TV