Hello!
I can't found any example about that in the Apple documentation. But I would like to write a SIMPLE, VERY SIMPLE client/server Asynchronous program.
Server part: a window with a Edit Text
Client part: a Edit Text and a Button
The server part must wait the connection from the client, when I launch the client, I insert a simple text (for example "hello") in the textbox, and when I press the button the data is sent to the server part and show it in the Edit Text.
I think is a good example for who want to start a develop something like that....or where I'm wrong???