2 مستودعات
Frameworks for building desktop applications using Node.js as the backend and a web browser as the UI.
Distinct from Node.js Desktop Integration: Candidates focused on API integration or build tools, not the overall architectural framework for Node-based desktop apps.
Explore 2 awesome GitHub repositories matching web development · Node.js Desktop Frameworks. Refine with filters or upvote what's useful.
Carlo is a Node.js web rendering framework and desktop application bundler. It functions as a server-side browser controller and headless automation bridge that uses a local browser instance as the primary user interface for Node.js applications. The project distinguishes itself by providing a bidirectional bridge for cross-environment JavaScript integration, allowing server-side functions to be exposed to the browser window object and enabling the execution of page-context code from the server. It includes capabilities for packaging applications into standalone desktop executables, complete
A framework that uses a local browser instance as a rendering surface for Node.js applications.
Vuido is a framework for building native desktop applications for Windows, macOS, and Linux using Vue.js components, without requiring Electron or Chromium. It maps Vue components directly to native widgets from the libui library, creating lightweight applications that run on a single-threaded event loop and compile templates at build time for optimized runtime performance. The framework provides a complete Vue.js component-to-native bridge, enabling two-way data binding via v-model, component-based window composition, and platform-specific package generation for distributing executables. It
Enables direct use of Node.js file system, HTTP, and third-party packages within desktop applications.