Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
push data to browser
#3
(06-22-2019, 03:50 PM)kudzu Wrote: 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.
So someone has told me that for some time there has been a technology to push data to browser so I do not have to ask the server all the time if there is a change. So instead of sending a couple of hundered async queries by browser, I just wait, which matters if I have a slow connection.

So you suggest, that intaweb does not have this feature included and I need to learn another technology and connect it to intraweb which is probably difficult to master with few tutorials?
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)