Elliot G
0
Q:

html5 web socket


 
var i = 0;



function timedCount()
{

    
i = i + 1;

    
postMessage(i);

  setTimeout("timedCount()",5000);

}



timedCount();
 
0

Tags

New to Communities?

Join the community