TCP Server to push data to a Web Browser

Posted by isurulucky on Stack Overflow See other posts from Stack Overflow or by isurulucky
Published on 2010-06-15T09:59:41Z Indexed on 2010/06/15 10:02 UTC
Read the original article Hit count: 235

Filed under:
|
|

Hi,

I have a TCP server, which is connected to a web page via a Web browser. It is easy to send a request to the TCP server by the web page via the Web Browser, but is there a way that TCP server can push data to the web browser, without waiting for a request from browser side?? My initial idea was that this is impossible, since a browser is stateless. But I was told there are ways to do that... Any ideas?

Thank You!!

© Stack Overflow or respective owner

Related posts about webbrowser

Related posts about webserver