awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

3 مستودعات

Awesome GitHub RepositoriesNative Object Registrations

Register custom JavaScript objects and functions from the host application so web pages can call native code.

Distinct from JavaScript Extensions: Distinct from JavaScript Extensions: focuses on registering native objects for bidirectional communication, not general JavaScript plugin management.

Explore 3 awesome GitHub repositories matching part of an awesome list · Native Object Registrations. Refine with filters or upvote what's useful.

Awesome Native Object Registrations GitHub Repositories

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

    marcuswestin/WebViewJavascriptBridge

    14,321عرض على GitHub↗

    WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content. The project provides a messaging interface that exposes native functions to the web environment and triggers JavaScript handlers from native application code. It enables the registration of named handlers in native code that can be invoked by JavaScript to request device a

    Registers named native functions that can be invoked from JavaScript to request device actions or data.

    Objective-C
    عرض على GitHub↗14,321
  • chromiumembedded/cefالصورة الرمزية لـ chromiumembedded

    chromiumembedded/cef

    4,379عرض على GitHub↗

    The Chromium Embedded Framework (CEF) is a framework for embedding a full Chromium web browser into native desktop applications, enabling them to render web content and execute JavaScript. It provides a multi-process browser runtime that manages isolated browser, renderer, and GPU processes to maintain application stability and security, along with a process sandboxing framework that restricts child process capabilities to prevent malicious web content from affecting the host system. CEF distinguishes itself through a comprehensive native JavaScript bridge library that bridges native applicat

    Provides a native JavaScript bridge that registers custom objects and functions for web page invocation.

    C++browsercefchromium
    عرض على GitHub↗4,379
  • wendux/dsbridge-androidالصورة الرمزية لـ wendux

    wendux/DSBridge-Android

    3,878عرض على GitHub↗

    DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces. The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debug

    Allows the registration of JavaScript functions and objects so they can be triggered by the native Android environment.

    Javajavascript-bridgejsbridgesupport-x5
    عرض على GitHub↗3,878
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript Extensions
  5. Native Object Registrations