I want to create a TCP socket connection to something.
What I'm connecting to does not support WebSockets. It's just old school TCP.
Is there a way to do this? Or do I need to write some sort of local bridge to get incoming WebSocket and make the TCP connection.