Communication

Mobile WebWearable Web

Dependencies

  • Tizen 2.4 and Higher for Mobile
  • Tizen 2.3.1 and Higher for Wearable
  • Tizen 3.0 and Higher for TV

Related Info

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.