μDjango (micro Django) 🧬
A guide to creating minimal Django applications inspired by microframeworks like Flask and FastAPI, presented at DjangoCon US 2023.
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.