method
ServerWebSocket.sendText
@param data
The data to send.
@param compress
Whether to compress the data. Ignored if the client does not support compression
ws.send("Hello!");
ws.send("Compress this.", true);method
The data to send.
Whether to compress the data. Ignored if the client does not support compression
ws.send("Hello!");
ws.send("Compress this.", true);