TCP/IP Client on Bubble for Data Exchange with 3rd Party App

Hello,

I have a 3rd party app that supports TCP/IP data exchange. Does anyone have experience with coding TCP/IP client on Bubble via javascript? On the client side, I’d like to connect to my localhost with a certain port number. I saw the following but it seems to have been deprecated:

Any help would be much appreciated!

You could create a plugin and do all the socket stuff on the server (socket.io etc)
https://nodejs.org/api/net.html
And sidestep a whole lot of Browser issues. It will be much much easier as a plugin. What’s the 3rd party app?