06-22-2019, 03:50 PM
HTML doesnt support push. Its all pull. You have to poll, but I suggest longer than 1 second.
Other methods of pull are to keep open the HTTP connection (not easy, and not fully reliable), or web sockets which until recently were not widely supported and require a lot of changes and extra code. There are web socket libraries for IW though. You can find them in Google.
Other methods of pull are to keep open the HTTP connection (not easy, and not fully reliable), or web sockets which until recently were not widely supported and require a lot of changes and extra code. There are web socket libraries for IW though. You can find them in Google.

