Client-side web application a la Java Applets
Hello
Does .NET offer any way to create web-browser compatible applications like Java Applets?
I want to create a small application which can be run from a web-browser. The application (client) will create a socket connection to a server so the server can push data to the client which will show it without refreshing the browser.