R
rawCoder
Hi,
(NOTE: For the following post, please Only Consider HTTP Via WebBrowser)
Data Publishing over HTTP is 'pull' based, i.e. the browser has to
request(refresh) to get data.
Is there any way that the data is published(pushed) to the browser in
realtime so that the webpage does have to request or poll for a refresh?
Consider a Quotes Watch Grid where symbols are refreshed as any change
happens instead of periodically polling to refresh the bid ask proce of the
symbol.
In the real world one solution being used in this scenario is JAVA Applets;
equivalent of which (that I am aware of) is ActiveX.
What is the .NET alternative, IF ANY ?
Are J# Applets mature enough?
Does WS-Eventing work over HTTP via Web Browser?
Thanx In Advance.
rawCoder
(NOTE: For the following post, please Only Consider HTTP Via WebBrowser)
Data Publishing over HTTP is 'pull' based, i.e. the browser has to
request(refresh) to get data.
Is there any way that the data is published(pushed) to the browser in
realtime so that the webpage does have to request or poll for a refresh?
Consider a Quotes Watch Grid where symbols are refreshed as any change
happens instead of periodically polling to refresh the bid ask proce of the
symbol.
In the real world one solution being used in this scenario is JAVA Applets;
equivalent of which (that I am aware of) is ActiveX.
What is the .NET alternative, IF ANY ?
Are J# Applets mature enough?
Does WS-Eventing work over HTTP via Web Browser?
Thanx In Advance.
rawCoder