adavidoaiei / Client-server-communication-in-.NET-Core-using-sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:C# 100.0%