0.0.0-beta.3 • Published 3 years ago

electron-ipc-bridge-factory v0.0.0-beta.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Electron IPC Bridge Factory

A easier way to use Electron's contextBridge API

According to the Electron documentation is best not to enable Node.js Integration. The recommendation is to use preload scripts in combination with Electron's contextBridge API for inter-process communication between main and renderer processes.

Usage is this package is best illustrated in the provided sample. To run:

> npm install
> npm start