4.0.3-alpha.0 • Published 2 years ago

@tmorin/ceb-messaging-bus-adapter-ipc v4.0.3-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@tmorin/ceb-messaging-bus-adapter-ipc

npm version api

The package is part of the <ceb/> library. It provides an implementation of the main artifacts of an Event/Message architecture.

Install

The NPM package is compliant CommonJs and ES Module.

npm install @tmorin/ceb-messaging-bus-adapter-ipc

Usage

Usage from the Main context:

import {IpcMainBus} from "@tmorin/ceb-messaging-bus-adapter-ipc/bus-main"

Usage from the Renderer context:

import {IpcRendererBus} from "@tmorin/ceb-messaging-bus-adapter-ipc/bus-renderer"

License

Released under the MIT license.