How to Use:
- Start the ServerView.exe in ./TcpClient/ServerView/bin/Release
- Start the ClientView.exe with a username in ./TcpClient/ClientView/bin/Release
- Send some message from the client app so that it could be acknowledged by the server.
TIP:
- Several clients could be talking to the server at the same time. Remember to use different user names.
- In server app, target user which we want to talk to could be switched using the combo box.
- Close the client before closing the server.