Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究构建一个 Electron 应用程序,该应用程序需要能够将消息发送到同一台机器上的单独 .NET 应用程序。
是否可以使用内置的 IPC 库(ipcRenderer/ipcMain)在 Electron 之外进行通信,而不仅仅是在渲染器和主程序之间进行通信?或者我是否需要为此使用单独的 ipc-library,如node-ipc?
(ipcRenderer/ipcMain)
我曾尝试在其他项目中使用 HTTP 通信,但这不适用于此应用程序。
谢谢!