|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTIP-32 Programming Manual
Introduction
TCP/IP Networking
Programming with RTIP-32
Demo Programs
PPP
DHCP Client
DHCP Server
FTP Client
FTP Server
TFTP Client
TFTP Server
Telnet Client
Telnet Server
Web Server
Security
Server Side Includes (CGI)
Form Action Posts
Java
Server Push
SNMP Agent
POP3 Client
SMTP Client
SNTP Client
SMB Server
SMB Client
WLAN Driver
RTIP-32 Reference Manual
RTPEG-32
RTUSB-32
|
Server Push
Server Push provides a means for a Web server to continuously send data to a client without needing explicit refresh requests from the client. With On Time RTOS-32, Server Push is implemented using JavaScript. All data on a Web page to be updated periodically must be placed in a form sub-object or other HTML objects which are exposed in the HTML Document Object Model and are thus accessible and modifiable through JavaScript. Once the static part of the page has been trasmitted to the browser, the CGI interface can be used to periodically send JavaScripts to update all desired objects.
See demo program WebServer for a complete example of using Server Push.
Web Server
Java
|