chrome-extension-ipc
谷歌浏览器插件通讯基础
谷歌浏览器插件通讯基础
A typed, Electron-style IPC interface to facilitate communication between the main process and a child process in Node.js (including, but not limited to, Electron apps).
Use Comlink to communicate between main and renderer.
A wrapper around Comlink to make it work on the main process on electron
A wrapper around Comlink to make it work on the render process on electron
Basic implementation to support ipc communication with node.js
NodeJS package that simplifies process management and IPC in NodeJS cluster.
A lightweight event library for cross context messaging and events synchronization
Node library for automating the generation of IPC components for Electron apps.
JavaScript/Typescript client for BUS/RT
基于postMessage+BroadcastChannel+localStorage+互信域名的前端页面数据通信解决方案
A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers and NodeJs
Expose namespaced API's that connect the render processes with the main process using electron's IPC feature.
javascript client for elbus
A library that makes communication between different processes more convenient for Electron applications.
Easy API to communicate betwen a renderer process to the main process.
Better ipc communication for electron,Based on vscode source code
Simple and seamless messaging for Electron, with built-in inter-process communication protocol.
Provide single point and broadcast event system.
Experimental Inter-Process Communication for Electron via a custom protocol with similar features to the Electron ipcMain and ipcRenderer APIs