To use, include the WebSocket block anywhere on the page. The only required parameters are the ServerURL and action to handle incoming messages. The incoming messages will come as Text.
Try to use a variable for the ServerURL so that you can change it anytime you want and a new websocket will be opened for the URL.
To send message, use the SendWSMessage Action.