awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesBackend-to-Frontend Bindings

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.

Awesome Backend-to-Frontend Bindings GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wailsapp/wailsالصورة الرمزية لـ wailsapp

    wailsapp/wails

    34,819عرض على GitHub↗

    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.

    Goangulardesktop-applicationgo
    عرض على GitHub↗34,819
  • zserge/lorcaالصورة الرمزية لـ zserge

    zserge/lorca

    8,198عرض على GitHub↗

    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.

    Go
    عرض على GitHub↗8,198
  1. Home
  2. Web Development
  3. Backend-to-Frontend Bindings