Transcript of the server side of conversation:

Waiting for an incoming connection on port 1234...
Connected!!!
Hi im an example echo client socket... I'll repeat every line you say
Hello - repeat after me..
What do you want to hear???
Disconnect
Disconnected


Transcript of the client side of conversation:

Trying to connecto to localhost:1234...
Connect to: mycomputer
Connected!!!
Recived line from socket: Hi im an example echo server socket... I'll repeat every line you say
Your turn to type: Hello - repeat after me..
Recived line from socket: You typed: Hi im an example echo client socket... I'll repeat every line you say
Your turn to type: What do you want to hear???
Recived line from socket: You typed: Hello - repeat after me..
Your turn to type:  Disconnect
Recived line from socket: You typed: What do you want to hear???
Your turn to type: more???
Disconnected

 