asticode/go-astilectron

Is it possible to use go-astilectron to open a URL that contains a WebSocket connection, and then retrieve the messages sent and received through this WebSocket connection?

oshellhahaha opened this issue · 1 comments

Is it possible to use go-astilectron to open a URL that contains a WebSocket connection, and then retrieve the messages sent and received through this WebSocket connection?

You need to parse the websocket messages in your JS and forward them to GO.

Take a look at that section in the README.

Let me know if you need some more info.