2 Repos
Exchange of data and events between native application code and JavaScript executing within a web view.
Distinct from Runtime Data Exchange: Specifically targets the boundary between native runtime and embedded web scripts, not general workflow data exchange.
Explore 2 awesome GitHub repositories matching data & databases · WebView Script Interoperability. Refine with filters or upvote what's useful.
This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc
Enables the execution of scripts within a web view to retrieve results and handle events from hosted scripts.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Enables the native process to execute arbitrary JavaScript within the embedded webview via a dispatch mechanism.