I want to create a web application using visual studio to implement a client/server. The server program will be a simple console application that waits for a connection from the client. The client will be a web application. I have look at Silverlight but that would require the client side to download the silverlight plug-in and could be restricted.
Whats a different approach to this that would require minimal to no installation on the client side??