|
Multi Client TCP or UDP
Hi, I want to make a messenger feature on one of my programs.
one thing I came across is that while I can connect one client to my server, I don't know how to make the server respond to multiple clients.
what is the best way to make a multi client feature?
I don't care whether it's tcp or udp, because I have made a version of my program for both tcp networking and udp.
thanks
|