awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • marcuswestin/webviewjavascriptbridgeAvatar de marcuswestin

    marcuswestin/WebViewJavascriptBridge

    14,321Voir sur 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
    Voir sur GitHub↗14,321
  • chromiumembedded/cefAvatar de chromiumembedded

    chromiumembedded/cef

    4,379Voir sur 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
    Voir sur GitHub↗4,379
  • wendux/dsbridge-androidAvatar de wendux

    wendux/DSBridge-Android

    3,878Voir sur 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
    Voir sur GitHub↗3,878
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. JavaScript Extensions
  5. Native Object Registrations