Tcp-communicator is an application written in C# with WPF. The project consists of a server application with access to manage rooms, users and messages and a client that can send messages to others by connecting to the server on the given IP address and port.
First, start the server application and start listening on the given IP.
Then start the client and connect to the server by entering the IP address. If everything is successful, an appropriate message will be shown.
More clients can also be created. You can already start sending messages, creating rooms and changing appearance preferences.

