/tcp_chat

Simple tcp chat in C++. Server (CLI) + Client (GUI)

Primary LanguageC++

tcp_chat

Simple tcp chat using SFML-Network for networking and ImGui for the GUI. Server (CLI) + Client (GUI). Clients can connect and disconnect at any time. The messages are not persistent, they're only stored on the client side.

demo