Running Python ASGI apps in the browser via Pyodide + a service worker
"By running Python ASGI web applications entirely in the browser using Pyodide and a dedicated service worker, this project intercepts all same-origin requests under `/app/` and executes them against the Python app via the ASGI protocol—removing the need for a backend server except for static files." "This worked, but had the disadvantage that any JavaScript in