Tauri Architecture Ipc Internals

Use when reasoning about how Tauri v2's `invoke()` actually crosses the process boundary — the postMessage bridge, `__TAURI_INTERNALS__`, request/response correlation, JSON vs raw-byte vs `Channel` serialization, sync-stringify cost, throughput limits (~1k JSON commands/sec/WebView), and when to bypass the JSON path with raw IPC.

stuffbucket 67cc01b 7.3 KB Updated

File contents

stuffbucket/skills/tree/main/plugins/stuffbucket/skills/tauri-architecture-ipc-internals commit 67cc01b3bc

Frequently asked questions

npx skillmds@latest add stuffbucket/tauri-architecture-ipc-internals