2 مستودعات
Mechanisms for invoking backend methods directly from frontend code via generated proxies.
Distinguishing note: Focuses on cross-language method invocation rather than generic API communication.
Explore 2 awesome GitHub repositories matching web development · Backend-to-Frontend Bindings. 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
Enables direct invocation of backend methods from the frontend using automatically generated bindings.
Lorca is a framework for building cross-platform desktop applications using Go for the backend logic and HTML5 for the user interface. It functions as a wrapper that renders a web browser as the application window while executing core logic in a native process. The project provides a communication bridge that binds native Go functions to the browser environment and allows the backend to execute JavaScript directly within the browser window. It includes capabilities for packaging binaries with custom icons and branding for multiple operating systems. The framework covers window management, su
Exposes native backend functions to the browser environment for direct invocation from the frontend.