I have a local websocket server running in my system (uri "ws://localhost:8080/ws" currently for tests) and I would like to connect my add-on with it. The add-on should send text messages to this websocket server (with info from the current model), and would be amazing to listen for messages sent from the server as well (to manipulate the model). Is there something ready on the API that I could use for that?