Hi,
i have created my own messaging program which entails basically having a application with a serversocket listening for connections and then does it's thing when it receives a connectin from the client socket.
My question is how would i have both listening rather than having to have a client/server scenario so that either can be woken (server) and either can start conversation (client).
Regards
Brendan
i have created my own messaging program which entails basically having a application with a serversocket listening for connections and then does it's thing when it receives a connectin from the client socket.
My question is how would i have both listening rather than having to have a client/server scenario so that either can be woken (server) and either can start conversation (client).
Regards
Brendan
Comment