Electron & Socket.IO #6
dtsmarin
started this conversation in
Suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
this is probably very specific but I'm trying to use Socket.IO in a client HTML that is served with Express from an Electron server app.
Because of contextIsolation (I think) I can't use any scripts in my client html.
So this HTML is meant to be accessed from another device and will communicate with the main process via websockets only.
I'd really appreciate some information on how to do this securely.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions