Currently venturing into the realm of web development, I find myself tackling a project that involves sending messages from my website to Thingstream, an MQTT broker. My initial attempt using the MQTT Paho JavaScript library was thwarted by the fact that Thingstream only supports TCP and not WebSocket. In search of a solution, I am now exploring the use of Websockify, a proxy library that can convert WebSocket connections to TCP. However, navigating through this new tool has proven challenging due to lack of comprehensive documentation. Could someone kindly provide me with guidance on how to utilize Websockify effectively? Alternatively, are there any other methods I could consider for achieving this task?