In my web application I’d like to be able to start a process with certain parameters on the web server, and continuously display output from the process in a text area until it completes. How can I accomplish this with Javascript? I’m using jQuery along with ASP.NET MVC 3.
Share
I think you need to use some of the new stuff coming out. For details see:
SignalR according to Scott Hanselman
Node.js according to Scott Hanselman
Having said that, it is all new, and still under development I understand. But it looks like the way this kind of development is going.