Hello All,
I am thinking of doing a program for work using sockets to communicate information to/from. What I would like to do is have a GUI-based client that uses a tcp socket to communicate to the server part on the other end. Once a user sends a command to the server, I would like for it to execute the command requested and then send the results back to the GUI. What do you think the best way to do this is? Any examples would greatly be appreciated. Thanks in advance.