@tmorin/ceb-messaging-adapter-electron
v7.1.0
Published
The package is part of the `<ceb/>` library. It provides a bridges between the Electron IPC Event Emitter and a Gateway.
Downloads
16
Maintainers
Readme
@tmorin/ceb-messaging-adapter-electron
The package is part of the
<ceb/>
library. It provides a bridges between the Electron IPC Event Emitter and a Gateway.
Install
The NPM package is compliant CommonJs and ES Module.
npm install @tmorin/ceb-messaging-adapter-electron
Usage
Usage from the Main context:
import {IpcMainBus} from "@tmorin/ceb-messaging-adapter-electron/bus-main"
Usage from the Renderer context:
import {IpcRendererBus} from "@tmorin/ceb-messaging-adapter-electron/bus-renderer"
License
Released under the MIT license.