Please advice where can I see the source code example of a simple client-server application (code for both)?
1 Answer
Maybe this is what you had in mind.
4 Comments
Anderson Green
Where can I download the files for this tutorial? I have the same problem.
duffymo
Didn't you see the links in the tutorial? What more do you want?
Doug Hauf
Speaking of this example. How would a person run and test this at home without a network connection. I have used Java a lot but not for a server/client application. So how would I go about giving this a try at home.
duffymo
Write a server, deploy it on your local machine. Write a client to talk to that local server, run it and send a message. Local loopback is sufficient.