This is an example app that uses BrowserView
to remotely load contents into an ElectronJS window. Submitting the form sends an event via IPC, which the main process listens for, then sends a new event with the greeting. preload.js
listens for the greeting event and renders the greeting beneath the form.
Start via npm start
.
See this blog post for more background.