1 repo
Global interfaces for accessing native runtime capabilities from web-based frontends.
Distinguishing note: Provides access to system-level runtime events and logging from the UI layer.
Explore 1 awesome GitHub repository matching web development · Runtime Interfaces. Refine with filters or upvote what's useful.
Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based frontend technologies. It enables developers to create lightweight software by utilizing the host operating system's native web rendering engine, eliminating the need to bundle heavy browser dependencies. The framework distinguishes itself through a robust communication layer that bridges the backend and frontend. It automatically generates type-safe JavaScript bindings and proxies from Go code, allowing for seamless, asynchronous method invocation and data serialization acros
Provides a global interface for executing runtime operations like event emission and logging.