1 रिपॉजिटरी
User interfaces where application logic is executed as a compiled binary within the browser runtime.
Distinct from Browser-Based Interfaces: Distinct from web-based interfaces (which typically imply JS) and binary translators (which imply instruction translation).
Explore 1 awesome GitHub repository matching user interface & experience · Compiled Binary Interfaces. Refine with filters or upvote what's useful.
Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications. It functions as a single-file component framework that bundles markup, styles, and logic into modular units, utilizing a virtual DOM engine to synchronize state changes with the browser output. The project features a Go component generator that converts custom UI templates into executable Go source code at compile time. It distinguishes itself through a WebAssembly-based runtime that executes application logic as a compiled binary in the browser and a server-side rendering tool
Renders user interfaces in the browser using a compiled WebAssembly binary to execute application logic instead of scripts.