Sends a text message to the client.
Symbol
ServerWebSocket.sendText
@param data
The data to send.
@param compress
Should the data be compressed? If the client does not support compression, this is ignored.
ws.send("Hello!");
ws.send("Compress this.", true);