A chat application which is written in C# where users can have group chats or private conversations. Simultaneously by using the concept Multithreading. This application involves two core components, they are Server and Client. The server is multithreaded, as it needs to handle multiple clients (up to 30).
The Design