1 repository
Mechanisms for isolating user data and application state into independent sessions for concurrent users.
Distinct from Server Session Isolation: Focuses on user-level session isolation for web apps rather than project-level language context isolation
Explore 1 awesome GitHub repository matching software engineering & architecture · User Session Isolations. 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
Isolates user data and application state into independent sessions to support multiple concurrent users on a single server.