awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pedant avatar

pedant/safe-java-js-webview-bridge

0
View on GitHub↗
2,415 estrellas·565 forks·JavaScript·2 vistaspedant.github.io/2014/07/04/webview-js-java-interface-research↗

Safe Java Js Webview Bridge

Esta biblioteca proporciona un puente de comunicación seguro para aplicaciones de Android, permitiendo la interacción entre código Java nativo e interfaces JavaScript basadas en web dentro de un WebView. Facilita la invocación de métodos del sistema nativo desde scripts web y gestiona el intercambio de datos a través del límite del lenguaje.

El marco utiliza una capa de interceptación basada en avisos para validar las firmas de los métodos antes de la ejecución, asegurando que solo se active el código nativo autorizado. Admite el intercambio de datos complejos a través de serialización estructurada y proporciona un mecanismo para mapear métodos nativos a interfaces web, permitiendo la ejecución dinámica mediante inspección en tiempo de ejecución.

El sistema maneja operaciones asíncronas manteniendo un registro de referencias de funciones del lado web. Esto permite que las tareas en segundo plano nativas activen devoluciones de llamada de JavaScript específicas al finalizar, apoyando flujos de trabajo integrados en aplicaciones móviles híbridas.

Features

  • WebView Bi-Directional Interfaces - Provides a secure communication bridge for Android WebView integration in hybrid mobile applications.
  • Asynchronous Message-Passing Bridges - Implements a secure message-passing bridge for structured communication between native and web environments.
  • Cross-Language Data Exchange - Ensures secure cross-language communication by validating requests and managing data exchange between environments.
  • Prompt Interception & Modification - Intercepts communication requests via a prompt mechanism to enforce security and validate method signatures.
  • Prompt-Based Interceptors - Validates method signatures through a secure prompt mechanism to prevent unauthorized native code execution.
  • Complex Data Serialization - Serializes complex native objects and primitive types for exchange with web-based scripts.
  • Asynchronous Callbacks - Enables background native tasks to trigger JavaScript callbacks in the web view upon completion.
  • Cross-Language Marshallers - Marshals complex native objects into JSON to ensure data compatibility across the language boundary.
  • Hybrid App Development - Facilitates hybrid app development by bridging native system functionality with web-based interfaces.
  • Dynamic Method Invocation - Uses runtime reflection to dynamically map and execute native methods with enforced access controls.
  • JavaScript Interop - Bridges native Android code and web content for complex data exchange and cross-environment logic.
  • Native Callbacks - Handles asynchronous native tasks by triggering JavaScript callbacks in the browser context.
  • Bidirectional WebView Bridges - Maps native system functionality to web interfaces using secure serialization and controlled signatures.
  • Native Method Mappings - Maps native system methods to web interfaces for secure invocation from scripts.

Historial de estrellas

Gráfico del historial de estrellas de pedant/safe-java-js-webview-bridgeGráfico del historial de estrellas de pedant/safe-java-js-webview-bridge

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Safe Java Js Webview Bridge

Colecciones seleccionadas manualmente donde aparece Safe Java Js Webview Bridge.
  • Librerías de puente para WebView

Alternativas open-source a Safe Java Js Webview Bridge

Proyectos open-source similares, clasificados según cuántas características comparten con Safe Java Js Webview Bridge.
  • marcuswestin/webviewjavascriptbridgeAvatar de marcuswestin

    marcuswestin/WebViewJavascriptBridge

    14,321Ver en 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

    Objective-C
    Ver en GitHub↗14,321
  • tjanczuk/edgeAvatar de tjanczuk

    tjanczuk/edge

    5,439Ver en GitHub↗

    This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a single operating system process. It functions as a cross-runtime execution engine and in-process scripting host, enabling bidirectional communication and data exchange between the Common Language Runtime and JavaScript environments to eliminate cross-process communication overhead. The framework distinguishes itself by providing a system for bidirectional asynchronous callbacks and automatic data marshalling of binary buffers and serializable values between different managed obje

    C++
    Ver en GitHub↗5,439
  • happydog-intj/jsbridgeAvatar de happydog-intj

    happydog-intj/JsBridge

    9,912Ver en GitHub↗

    JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a native Java application and an embedded web view. It serves as an interface for calling Java methods from JavaScript and executing JavaScript functions from native Android code. The project features an asynchronous bridge queue that stores pending function calls in a readiness buffer, ensuring requests are executed only after the connection between the native and web environments is stable. It utilizes callback identifier mapping to route asynchronous native responses back to the

    Java
    Ver en GitHub↗9,912
  • apache/cordova-androidAvatar de apache

    apache/cordova-android

    3,786Ver en GitHub↗

    This project is an Android hybrid mobile framework that enables the development of applications running web content inside a native Android container. It functions as a cross-platform build system that packages shared web assets into native binaries, allowing developers to access device hardware and system APIs via JavaScript. The framework utilizes a native device API bridge and a plugin architecture to expose hardware sensors and system-level functionality not available through standard browser interfaces. It employs a manifest-driven orchestration system to manage application metadata, bra

    JavaScript
    Ver en GitHub↗3,786
Ver las 30 alternativas a Safe Java Js Webview Bridge→

Preguntas frecuentes

¿Qué hace pedant/safe-java-js-webview-bridge?

Esta biblioteca proporciona un puente de comunicación seguro para aplicaciones de Android, permitiendo la interacción entre código Java nativo e interfaces JavaScript basadas en web dentro de un WebView. Facilita la invocación de métodos del sistema nativo desde scripts web y gestiona el intercambio de datos a través del límite del lenguaje.

¿Cuáles son las características principales de pedant/safe-java-js-webview-bridge?

Las características principales de pedant/safe-java-js-webview-bridge son: WebView Bi-Directional Interfaces, Asynchronous Message-Passing Bridges, Cross-Language Data Exchange, Prompt Interception & Modification, Prompt-Based Interceptors, Complex Data Serialization, Asynchronous Callbacks, Cross-Language Marshallers.

¿Qué alternativas de código abierto existen para pedant/safe-java-js-webview-bridge?

Las alternativas de código abierto para pedant/safe-java-js-webview-bridge incluyen: marcuswestin/webviewjavascriptbridge — WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code… tjanczuk/edge — This project is a polyglot runtime bridge and interop framework designed to execute .NET and Node.js code within a… happydog-intj/jsbridge — JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content… dop251/goja — Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded… wendux/dsbridge-android — DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function…