ampawd/ChatAppWithTcpSockets
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Chat Application developed using asynchronous TCP sockets for .NET 4.0 Framework It consists of two parts: server (essentially, a simple TCP listener) and client application which connects through a socket to it. Technologies/tools used: Visual Studio 2010 (C# + WPF)