tags:

views:

35

answers:

1

I want to write a similar program like the TCP/IP server and client but i want it to be web based, so on the clients side they can go on any web browser and be able to connect to the server. How do i approach this, i want to use visual studio c#. I looked up on web sockets, is that the way to go??

A: 

You could develop the client end in Silverlight, the server end would be able to be a standard C# console/winforms application.

mrnye