Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 348 Bytes

File metadata and controls

5 lines (3 loc) · 348 Bytes

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.