1 个仓库
Desktop applications that communicate between frontend and backend using a built-in API, eliminating the need for an external server.
Distinct from Desktop Application Development: Distinct from Desktop Application Development: focuses on the serverless architecture pattern using a built-in API, not general desktop app packaging.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Serverless Desktop Apps. Refine with filters or upvote what's useful.
pywebview is a cross-platform desktop GUI framework for Python that renders HTML, CSS, and JavaScript content using the operating system's native web rendering engine. It enables developers to build desktop applications that run on Windows, macOS, and Linux from a single Python codebase, with the web frontend displayed in a lightweight, native window. The framework provides a bidirectional JavaScript-Python bridge for real-time data exchange between frontend and backend, along with the ability to manipulate the Document Object Model directly from Python without writing JavaScript. It includes
Communicates between frontend and backend using a built-in API that eliminates the need for an external server.