I am using HTML5 Server-Sent Events as follows:
SSEUpdate = new EventSource(\"http://example.com/update.php\"); SSEUpdate.onmessage = function(e){
SSE native support for IE is not there. You can achieve same thing using polyfill