Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
push data to browser
#2
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.
Reply


Messages In This Thread
push data to browser - by MrSpock - 06-22-2019, 06:46 AM
RE: push data to browser - by kudzu - 06-22-2019, 03:50 PM
RE: push data to browser - by MrSpock - 06-22-2019, 04:23 PM
RE: push data to browser - by kudzu - 06-24-2019, 01:49 PM
RE: push data to browser - by MrSpock - 06-24-2019, 08:00 PM
RE: push data to browser - by DanBarclay - 06-24-2019, 10:12 PM
RE: push data to browser - by kudzu - 06-25-2019, 04:48 PM
RE: push data to browser - by Alexandre Machado - 06-26-2019, 11:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)