/Chat-System

With Socket Programming Create a Chat System in LAN

Primary LanguageC#

Chat-System

With C# and socket, create a chat program in LAN.

This program works on server and client side as this way:

Server Start to listening to a specific port and clients can connect to that port and start to communicate with server and with other clients as private way.

keywords:

C#, Socket Programming, Server-Client, Multithreading.

How to Use:

First start the server program and listen to a port, then connect each client to that port.