frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
643 stars 147 forks source link

new version remote electron @electron/remote #43

Closed dimaslanjaka closed 2 years ago

dimaslanjaka commented 2 years ago

Is your feature request related to a problem? Please describe. migrate to using https://www.npmjs.com/package/@electron/remote

Describe the solution you'd like new electron remote using https://www.npmjs.com/package/@electron/remote

frankhale commented 2 years ago

Not really sure if there is much of a need for this since the only thing needed between the main process and the render process is the ability to shutdown gracefully. Currently that's being done with ipcRenderer. Is there a compelling reason to switch over to electron remote?

frankhale commented 2 years ago

Actually come to think of it I'm adding this now. Thanks for the suggestion.

frankhale commented 2 years ago

Added this, thank you!