browser-app

Tag

Cards List
#browser-app

Running Python ASGI apps in the browser via Pyodide + a service worker

Simon Willison's Blog · 2026-05-30 Cached

This project demonstrates how to run Python ASGI web applications entirely in the browser using Pyodide and a service worker, intercepting requests under a path and executing them via the ASGI protocol. Examples include FastAPI and the full Datasette app.

0 favorites 0 likes
← Back to home

Submit Feedback