Y
Hacker News
new
|
ask
|
show
|
jobs
by
aagd
2896 days ago
Does this use NodeIntegration? I'm kinda paranoid with Electron apps these days...
1 comments
NIckGeek
2896 days ago
Nope. The client is on its own. The only connection to node is in preload.ts, but that's a one-way relationship. Have a read of
https://github.com/MicroPad/Electron/blob/master/main.ts
if you're interested.
link