Javascript websocket connection in local network
-
Hi everyone,
I want to connect my database system with the Duet3 using a websocket. I can use python but the server of my database isn't in the local network, so I can't use anything on the server-side to connect. I'ts works fine when the test-server is in local network but not if is published to the server.
It's there any way to make a connection with the Duet3 websocket using javascript or client-side python ?
Thanks for any help.
-
I have done it. I used the Cordova WebSocket plugin for android, and it works very well.