Client-server application
Client-server application, consisting of two parts: server and client. Works on the TCP protocol, uses TCP sockets, developed through the QT Creator development environment. The server sends messages to all clients simultaneously and also sends messages to specific clients separately. When a client sends a message, it reaches the server and then the server forwards it to another user.