We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I work on a small messaging service.
I would send data from client to server. To send data from server to client, I find the function server.write()
and the function client.readString()
to receive data from the server. But I would send data from client to the server. I find the function client.write()
but nothing to receive data on server.
So what is the function for the server to receive data from the client?
Thanks
Sorry for the mistake, I'm frensh.
Answers
That's the Network library, not .NET which is totally different (stuff from Microsoft...).
Look at the reference of the library, and the examples provided, particularly http://processing.org/reference/libraries/net/Server_available_.html
Sorry for the confusion and thanks for your answers. I try it.
I try it but the data are write on the client and I want that the data are write on the server.
Thanks
The code I point to is to be run on the server, and it listens to the client's data.