Communication: Sending Messages and Exchanging Information over Servers
The communication tutorials demonstrate how to use the following features in creating Tizen Web applications:
-
HTML5 Web Messaging: Accessing Device-specific Information
Demonstrates how you can send messages between documents and through the message channel ports.
-
WebSocket: Exchanging Data Using a Socket Server
Demonstrates how you can manage the client-server communication.
-
XMLHttpRequest Level 1 and 2: Communicating with the Server
Demonstrates how you can communicate with a Web server using HTTP requests.
The following tutorials apply in mobile applications only:
-
Server-Sent Events: Using Server Push in Web Environment
Demonstrates how you can implement server push messaging.