Archived

This forum has been archived. Please start a new discussion on GitHub.

how server to remote client.?

from server send a string message to client

Comments

  • marc
    marc Florida
    I'm not sure I understand what you are asking. Do you want to know how to return a value to the client in an operation call? Just use a return value or an out parameter. Or do you want to call the client from the server? Have a look at demo/Ice/callback.
  • how to send a message from client to other client .

    A client send a message to B client, a
    > [server]
    > B, I want to write chat software with ice for study ice.