I have an assignment where one client needs to communicate with multiple servers.
The client app requires an input number: when entered, one of the server applications (can be random or sequential) responds with double the entered number.
I am not sure how to implement this, everywhere I look they only do multiple clients and 1 server.