Client Server Communication in .NET Core using sockets

This console application opens a server socket and a client socket, the server socket listens and accepts connections in loop and displays messages received from client socket in console, this is using TCP/IP communication based on IP and port.