Tag: ipc
Electron Desktop App Development Architecture Guide
This guide details the architectural patterns for building Electron desktop applications, covering the main/renderer process separation, secure IPC handling, and controller implementation. It provides best practices for managing window life…
Electron Desktop Application Development Guide
This guide outlines the architectural pattern for building LobeHub desktop features using Electron, detailing the separation between the Main, Renderer, and Preload processes. Developers can implement new functionality by creating IPC contr…
Secure IPC for Vault Credential Management
Provides a unified Unix socket for secure, authenticated communication with a local vault. It facilitates sensitive operations like payment signing and credential retrieval while ensuring private keys are never stored long-term.
Unity Editor Remote Control Bridge
Provides a file-based IPC mechanism to remotely control the Unity Editor through a collection of 65 tools. It enables programmatic manipulation of scenes, game objects, assets, and scripts, as well as performance profiling and package manag…