Running Python ASGI apps in the browser via Pyodide + a service worker
Running Python ASGI apps in the browser using Pyodide and a service worker, eliminating backend servers.
Running Python ASGI apps in the browser using Pyodide and a service worker, eliminating backend servers.
Running Python ASGI apps in the browser using Pyodide and service workers, enabling serverless web apps.
A guide to creating minimal Django applications inspired by microframeworks like Flask and FastAPI, presented at DjangoCon US 2023.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
The author discusses building HTTP request and response objects for their Lua web framework and explores options for an HTTP parser.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.