<img width="1400" alt="image" src="https://github.com/user-attachments/assets/c8fb29c5-adde-4b07-9391-e95f572df7f1"> ``` ws.send(Buffer.from(data, 'hex')); //send binary data vs ws.send(data); //send hex data ``` We should add an option to support that custom the data type to send or receive.