Server -> main is listening the Client's message on port 8888
Server -> child is sending messages to the client on port 8889

Client -> main is sending message to the server on port 8888
Client -> child is listening the Server's message on port 8889