Inside Web Framework - Intro to the ASGI Spec, Middleware, and Apps
Offered By: PyCon US via YouTube
Course Description
Overview
Dive into the world of Asynchronous Server Gateway Interface (ASGI) in this informative PyCon US talk. Explore the common ground between FastAPI and Django by understanding the ASGI specification and its role in powering asynchronous, event-driven web applications. Gain insights into debugging ASGI apps, writing custom middleware, and simplifying application lifecycles. Learn to create a basic ASGI app using pure Python, without relying on frameworks or libraries. Discover the power of ASGI middleware for modifying app behavior without altering core code, including practical examples of adding authentication and request body processing. Conclude with a deep dive into serving ASGI applications, focusing on programmatic use of Uvicorn and event loop management.
Syllabus
Talks - Adrian Garcia Badaracco: Inside web framework: intro to the ASGI spec, middleware and apps
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube