What is it?
-
This repository contains the source files of a working server-client network app. This project is based on the
TCP
protocol. -
The solution is divided in two projects, one for the client and one for the server. To see it in action, make sure to boot both them.
Dependencies:
- A working IDE such as Visual Studio or Visual Studio Code, or similar. Anything with
C# debugging
capabilities also works.