Ok, I started with the example in this thread HTTP-Server based on TCPSocket (mbed os 6!)
and was unsure what the comment meant or what the number did.
/* Can handle 5 simultaneous connections */ server.listen(5);
To do the multiple clients do I need to make a new port for each client?