High-Performance Web Apps with FastAPI
Malhar Lathkar
Broschiertes Buch

High-Performance Web Apps with FastAPI

The Asynchronous Web Framework Based on Modern Python

Versandkostenfrei!
Versandfertig in 6-10 Tagen
45,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
23 °P sammeln!
Build APIs and web apps based on Asynchronous Server Gateway Interface (ASGI). This book provides a comprehensive explanation of using Pydantic models to construct the request/response objects in a FASTAPI path operation.You'll start by reviewing type hints in Python and the asynchronous processing concepts. One of the highlights of FastAPI is its auto generation of API docs. Pydantic library is the main pillar on top of which FastAPI is built. You'll see that ASGI has a far better performance compared to most of the other popular Python frameworks as they implement Web server Gateway Interfac...