hi
i need to send simple string messages to the client and vice versa, should i be using to send to the client ..
_server.sendResponse( , with the message type defined as "str"
.
We need to send a LOT of these of simple string packets, and very quickly , so need something that adds the minimum overhead to the data .
Thanks