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
This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture
HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile. Here's the dependencies that you install in order to compile all the libraries:
This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine
Window.js is an open-source Javascript runtime for desktop graphics programming.
Die Hauptfunktionen von windowjs/windowjs sind: Cross-Platform Development.
Open-Source-Alternativen zu windowjs/windowjs sind unter anderem: dotnet/aspnetcore — This project is a comprehensive server-side web framework designed for building scalable web applications and… electron/electron — This framework provides a multi-process architecture for building desktop applications using web technologies. It… facebook/react-native — This project is a cross-platform mobile framework that enables the development of native iOS and Android applications… haxefoundation/hashlink — HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually… ionic-team/capacitor — Capacitor is a cross-platform mobile framework that enables developers to build native applications using web… mono/mono — Mono is an open source implementation of the .NET Framework that provides a managed execution environment, base class…