0

I usually noticed in stackoverflow.com that sometimes I got update in div without showing an request in firebug console

enter image description here

As you will noticed that there is updated div content while my firbug seems have no console request. I want to know how this type of update is possible in DOM..

enter image description here

Rickert
  • 1,677
  • 1
  • 16
  • 23
Double H
  • 4,120
  • 1
  • 15
  • 26

1 Answers1

0

The best way to do that is with websockits. its realtime data transfer. you could use nodeJS its a really good server: https://nodejs.org/

But you need to set up a websocket server for useing it. if you want to try https://www.firebase.com have a small free websocket server.

Rickert
  • 1,677
  • 1
  • 16
  • 23