A real-time WPF chat client and console server in C#, featuring TcpClient networking and a custom packet builder and reader.
- 👥 Real‑time user list — the client shows connected users and the list updates automatically on login/logout
- 😀 UTF‑8 message encoding — an emoji toolbar is available during text entry
- 🔌 Configurable TCP port — the client can choose the TCP port before connecting; the server accepts a custom bind port at startup
- 🏠 Local mode — the client will run locally if no IP address is provided-
- 🪟 Tray and Escape behavior — the client can minimize to the system tray on close, reduce or when pressing Escape
- 🎨 Theme support — light and dark themes switchable at any time via a toggle
- 🌐 Fully localized in French and English
(Unstable build — it is recommended to download the latest release instead)
- Open the '.sln' file in Visual Studio 2022
- Build the solution with Ctrl+Shift+B
- Run with debugging (F5) to test both projects using local connection
- Launch additional clients as needed to simulate 2, 3, or more connected users
Go to the Releases section. Provided as a ZIP archive with compiled executables, compatible with Windows 7 and above (x64).
