1 repository
Execution of full Python application logic within the browser using WebAssembly.
Distinct from Wasm Execution Frameworks: Distinct from serverless Wasm frameworks by focusing on moving the entire app runtime to the client browser.
Explore 1 awesome GitHub repository matching web development · Browser-Side Python Execution. 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
Enables the execution of full Python application logic within the client browser using WebAssembly.