1 repository
Applications written in Python that are compiled to run entirely in the browser.
Distinct from Client-Side WebAssembly Rendering: Candidates focus on general Wasm conversion or .NET runtimes; this is specifically about Python-to-browser apps.
Explore 1 awesome GitHub repository matching web development · Client-Side Python Applications. Refine with filters or upvote what's useful.
Panel is a Python data application framework used to build interactive dashboards and reactive user interfaces by connecting data visualizations, widgets, and callbacks. It functions as a reactive UI library that synchronizes application state with interface updates based on user interactions. The project distinguishes itself by offering multiple execution models, including a FastAPI-based web application server for scalable session management and a WebAssembly compiler that enables Python applications to run directly in the browser without a backend server. It also includes a specialized too
Converts Python applications to WebAssembly to run directly in the browser without a backend server.