Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] TCP communications

From: ale870::gmail::com at: 31-May-2006 23:55

Hello, I created (just for test) a client/server application over http. I was using typical serverPort: open/lines tcp://:80 The problem is client makes a request; server accepts it. Finally (this is the problem) the server should answer to the client. But in order to send data from server to client, how can I do using the same channel? Thank you ! --Alessandro