posted 19 years ago
hi
i try to do a chat program
i have the server and the client...
the server allow many client to connect to it
server code
client code
work fine...
when a client send a message to the client, i would like that all client receive it...
what is the correct way to do it?
create a socket for every client and server connect to it?
thanks