awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
webview avatar

webview/webview_deno

0
View on GitHub↗
1,596 Stars·79 Forks·TypeScript·MIT·12 Aufrufedeno.land/x/webview↗

Webview Deno

Dieses Projekt ist eine plattformübergreifende Bibliothek für den Aufbau von Desktop-Anwendungen mit Deno. Sie ermöglicht es Entwicklern, Software mit webbasierten Benutzeroberflächen zu erstellen, indem HTML, CSS und JavaScript innerhalb nativer Desktop-Fenster gerendert werden.

Das Framework fungiert als Brücke zwischen dem webbasierten Frontend und dem Host-Betriebssystem. Es bietet eine Kommunikationsschicht, die einen bidirektionalen Datenaustausch und die Codeausführung zwischen der Schnittstelle und dem zugrunde liegenden System ermöglicht. Durch die Integration in native System-Ereigniswarteschlangen behält die Bibliothek die Reaktionsfähigkeit des Fensters bei und verwaltet den Anwendungslebenszyklus über Windows, macOS und Linux hinweg.

Die Architektur stützt sich auf Foreign Function Interfaces und dynamische Binärverknüpfungen, um systemnahe Operationen auszuführen. Entwickler können Binär-Assets so konfigurieren, dass sie benutzerdefinierte oder vorgefertigte Bibliotheken verwenden, wobei Standard-Remote-Quellen überschrieben werden, um spezifischen Bereitstellungsanforderungen gerecht zu werden.

Features

  • Cross-Platform Desktop Frameworks - Enables building native desktop applications using web technologies that run consistently across Windows, macOS, and Linux.
  • Cross-Platform GUI Toolkits - Provides a toolkit for building desktop applications that leverage standard web technologies across multiple operating systems.
  • Deno-Based GUI Libraries - Renders web-based user interfaces within native desktop windows using Deno and system-level webview components.
  • Web-Based UI Renders - Renders web-based user interfaces inside native desktop windows using system-level components to display standard web technologies.
  • Desktop Application Scripting - Facilitates creating desktop applications by bridging web-based frontends with native system capabilities and local file system access.
  • Web-Native Integration Bridges - Provides a bidirectional communication layer for exchanging data and executing code between web-based frontends and the host operating system.
  • Native Loop Integration - Integrates with native system event queues to process user interactions and maintain application responsiveness.
  • Foreign Function Interfaces - Uses low-level interfaces to bridge the gap between the runtime environment and native system libraries.
  • Window Event Handling - Manages window lifecycles and system-level event loops to ensure interface responsiveness across different operating systems.
  • Window Embedding - Hosts platform-specific web rendering engines inside standard desktop window containers.
  • Hybrid Desktop-Web Deployments - Combines the flexibility of web interfaces with the performance and control of native system binaries for lightweight desktop software.

Star-Verlauf

Star-Verlauf für webview/webview_denoStar-Verlauf für webview/webview_deno

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Webview Deno

Handverlesene Sammlungen, in denen Webview Deno vorkommt.
  • Bibliotheken für WebView-Bridges

Open-Source-Alternativen zu Webview Deno

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Webview Deno.
  • webview/webviewAvatar von webview

    webview/webview

    13,916Auf GitHub ansehen↗

    This library provides a lightweight framework for building cross-platform desktop applications by rendering web content within native application windows. It utilizes the browser engine already present on the host operating system to display user interfaces, allowing developers to combine web technologies with native system capabilities. The project functions as a bridge between the web environment and the native host, enabling bidirectional communication between JavaScript and native code. By mapping script execution to native functions, it allows frontend interfaces to trigger system-level

    C++ccppcross-platform
    Auf GitHub ansehen↗13,916
  • picoe/etoAvatar von picoe

    picoe/Eto

    3,941Auf GitHub ansehen↗

    Eto is a .NET cross-platform GUI framework used to build desktop and mobile user interfaces from a single codebase. It functions as a native backend UI wrapper, rendering application interfaces using the native controls of the host operating system to ensure consistent appearance and performance. The framework enables the development of professional software for Windows, macOS, and Linux while maintaining native behavior across different hardware and OS environments. It allows for the integration of third-party libraries to handle specialized tasks such as data visualization, map rendering, a

    C#
    Auf GitHub ansehen↗3,941
  • connors/photonAvatar von connors

    connors/photon

    10,083Auf GitHub ansehen↗

    Photon is a cross-platform desktop framework and UI development kit designed for building software that runs on multiple operating systems. It functions as an application framework for creating desktop software using a web-based frontend. The project focuses on the design of cross-platform graphical user interfaces, specifically for applications developed with Electron. It provides tools for building web-based desktop interfaces and polished layouts using HTML and CSS.

    CSScsselectronhtml
    Auf GitHub ansehen↗10,083
  • cloudwebrtc/flutter-webrtcAvatar von cloudwebrtc

    cloudwebrtc/flutter-webrtc

    4,468Auf GitHub ansehen↗

    flutter-webrtc is a real-time communication SDK and plugin for the Flutter framework. It provides a set of tools for establishing peer-to-peer media connections and low-latency data exchange across mobile, desktop, and web environments. The project enables the creation of applications with live audio and video calling, real-time media streaming, and peer-to-peer data channels for sending encrypted arbitrary data packets without a central server. It supports secure media communication through end-to-end encryption for audio, video, and data streams. The SDK covers broad capabilities including

    C++
    Auf GitHub ansehen↗4,468
Alle 30 Alternativen zu Webview Deno anzeigen→

Häufig gestellte Fragen

Was macht webview/webview_deno?

Dieses Projekt ist eine plattformübergreifende Bibliothek für den Aufbau von Desktop-Anwendungen mit Deno. Sie ermöglicht es Entwicklern, Software mit webbasierten Benutzeroberflächen zu erstellen, indem HTML, CSS und JavaScript innerhalb nativer Desktop-Fenster gerendert werden.

Was sind die Hauptfunktionen von webview/webview_deno?

Die Hauptfunktionen von webview/webview_deno sind: Cross-Platform Desktop Frameworks, Cross-Platform GUI Toolkits, Deno-Based GUI Libraries, Web-Based UI Renders, Desktop Application Scripting, Web-Native Integration Bridges, Native Loop Integration, Foreign Function Interfaces.

Welche Open-Source-Alternativen gibt es zu webview/webview_deno?

Open-Source-Alternativen zu webview/webview_deno sind unter anderem: webview/webview — This library provides a lightweight framework for building cross-platform desktop applications by rendering web… connors/photon — Photon is a cross-platform desktop framework and UI development kit designed for building software that runs on… picoe/eto — Eto is a .NET cross-platform GUI framework used to build desktop and mobile user interfaces from a single codebase. It… cloudwebrtc/flutter-webrtc — flutter-webrtc is a real-time communication SDK and plugin for the Flutter framework. It provides a set of tools for… imgui-rs/imgui-rs — This project provides Rust bindings for the Dear ImGui library, enabling the creation of high-performance graphical… janet-lang/janet — Janet is a Lisp-based dynamic programming language featuring a register-based bytecode virtual machine and an…