I want to make a client and server app. The client would be able to send a request and receive the relevant data that the server would make. The client would run on a single computer with a static IP address and the clients would run on multiple machines.
So far I've been trying to use Remoting but couldn't get it to work properly as all the examples I found seem to be old, is this the best way to enable this service or is there a better way to do this?