G
Guest
is it possible to display 'live' data in .net via a web page? by live data i mean data that is changing dynamically, say once a second
i am guessing i need to use java to go this route because MS has no support for it. however, if it is possible to do with .net, i'd be very interested
my thought is to have some kind of socket connection to the server where data is refreshed at a high rate of at least 1 time a second, possibly more (we've had the need for upwards of 10 times a second in the past)
we have windows forms applications with real-time data that we want to web-enable. static data isn't of much use, we need it changing actively
thank you for any suggestions
i am guessing i need to use java to go this route because MS has no support for it. however, if it is possible to do with .net, i'd be very interested
my thought is to have some kind of socket connection to the server where data is refreshed at a high rate of at least 1 time a second, possibly more (we've had the need for upwards of 10 times a second in the past)
we have windows forms applications with real-time data that we want to web-enable. static data isn't of much use, we need it changing actively
thank you for any suggestions