MiniChat is written in C# using the .NET Framework. It exemplifies the fundamentals of socket programming with its main purpose being a visually appealing, easy-to-use, debugging tool.
-
Note: Currently, this repository only includes the Windows-based variant using the .NET Framework. However, this project can be easily modified to use the .NET Core and be compiled for many of the other available platforms on Visual Studio 2019:
- Configurable to be a server or client
- Easy to use Chat-Style GUI
- Portable and installer versions are available.
Please check the Final
folder if you wish to simply download the Installer or Portable version instead of looking at the source code. Run either setup.exe
or the MiniChat.exe
in Final\Portable
Let me know if you find any bugs and I will see what I can do! Enjoy.