blue119 / electron-hybrid-browserview

Example Electron Hybrid App using BrowserView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modify for 4 dict

  • npm install
  • ./node_modules/electron/dist/electron src/index.js double

alt text

Example ElectronJS Hybrid App

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.

screen

Start via npm start.

See this blog post for more background.

About

Example Electron Hybrid App using BrowserView


Languages

Language:JavaScript 88.2%Language:HTML 11.8%