Closed ba1to closed 3 years ago
One of servers should be a main TcpServer, the second one should connect as a client. Connection will have duplex communication, each peer can send and receive data. Then you should implement upper level communication protocol.
The easiest way is to make http/https server & client. Please see examples in the repo.
Two or more servers are running. How to establish communication between them?