awesome-repositories.com
Blog
awesome-repositories.com

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

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

nwutils/nw-angular-example

0
View on GitHub↗
32 Stars·10 Forks·HTML·2 Aufrufenwutils.io↗

Nw Angular Example

An example of integrating Angular with NW.js

Features

  • Desktop Frameworks - Example integration for using the framework with NW.js.
  • Desktop Application Frameworks - Example integration for desktop applications.

Star-Verlauf

Star-Verlauf für nwutils/nw-angular-exampleStar-Verlauf für nwutils/nw-angular-example

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

Open-Source-Alternativen zu Nw Angular Example

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Nw Angular Example.
  • maximegris/angular-electronAvatar von maximegris

    maximegris/angular-electron

    5,725Auf GitHub ansehen↗

    Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining Angular's web framework with Electron's native runtime. It produces cross-platform executables for Windows, macOS, and Linux from a single codebase, while providing a development server with hot reload that automatically refreshes the Electron renderer process when Angular source files change. The project handles the architectural complexity of running Angular inside Electron by separately bundling Node.js modules for the main process and Angular modules for the renderer proces

    TypeScript
    Auf GitHub ansehen↗5,725
  • maximegris/angular-tauriAvatar von maximegris

    maximegris/angular-tauri

    217Auf GitHub ansehen↗

    Ultra-fast bootstrapping with Angular and Tauri :speedboat:

    TypeScript
    Auf GitHub ansehen↗217
  • electron/electronAvatar von electron

    electron/electron

    121,727Auf GitHub ansehen↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security. A secure bridge mechanism facilitates communication between these isolated contexts and the main process, ensuring that privileged system APIs remain protected. The framework distinguishes itself through a comprehensive security model that includes process sandboxing, content p

    C++c-plus-pluschromecss
    Auf GitHub ansehen↗121,727
  • neutralinojs/neutralinojsAvatar von neutralinojs

    neutralinojs/neutralinojs

    8,543Auf GitHub ansehen↗

    Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native applications using web technologies and a C++ backend. It serves as a native system API bridge, enabling JavaScript frontend code to execute system commands and manage files across Windows, macOS, and Linux. The project distinguishes itself as a portable runtime that renders interfaces via the system's built-in webview instead of bundling a full browser engine. This approach enables the packaging of web assets into small, standalone executable binaries. The framework provides com

    C++
    Auf GitHub ansehen↗8,543
Alle 30 Alternativen zu Nw Angular Example anzeigen→

Häufig gestellte Fragen

Was macht nwutils/nw-angular-example?

An example of integrating Angular with NW.js

Was sind die Hauptfunktionen von nwutils/nw-angular-example?

Die Hauptfunktionen von nwutils/nw-angular-example sind: Desktop Frameworks, Desktop Application Frameworks.

Welche Open-Source-Alternativen gibt es zu nwutils/nw-angular-example?

Open-Source-Alternativen zu nwutils/nw-angular-example sind unter anderem: nwjs/nw.js — nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build… maximegris/angular-tauri — Ultra-fast bootstrapping with Angular and Tauri :speedboat:. neutralinojs/neutralinojs — Neutralinojs is a lightweight cross-platform desktop application framework that allows developers to build native… electron/electron — This framework provides a multi-process architecture for building desktop applications using web technologies. It… maximegris/angular-electron — Angular Electron is a project scaffolding tool that generates a preconfigured desktop application template combining… tauri-apps/create-tauri-app.