1 रिपॉजिटरी
Deployment mechanisms that serve directory structures as web applications with automatic reloading.
Distinct from File-Based Script Deployment: Specific to web application serving via filesystem paths, distinct from generic script or portable app deployment.
Explore 1 awesome GitHub repository matching devops & infrastructure · Folder-Based Web Deployment. Refine with filters or upvote what's useful.
PyWebIO is a Python web application framework and script-based UI library that allows the construction of interactive web interfaces without writing HTML, CSS, or JavaScript. It treats the web browser as a rich terminal, translating Python function calls into UI elements and capturing user input through a synchronous request-response loop. The framework functions as an asynchronous web app server that executes user sessions as coroutines to handle multiple concurrent interactions on a single thread. It also serves as a data visualization interface, enabling the direct rendering of interactive
Offers a deployment method that serves files in a specific folder as web applications using filesystem paths for URLs.