how to create multi client with single server
-
wrote on 27 Oct 2023, 11:12 last edited by
how to create a multi client with single server in C++ in qt. I have created the single server client but unable to understand and create multi client.
Also I need that all clients can interact with the single server and there is no data wastage happening. -
how to create a multi client with single server in C++ in qt. I have created the single server client but unable to understand and create multi client.
Also I need that all clients can interact with the single server and there is no data wastage happening.wrote on 27 Oct 2023, 11:21 last edited by@Divij08
Client/server in what sense? Network service like TCP? Have you looked at Fortune Server example?
1/2