High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python book 2023

 High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python book 


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 Interface (WSGI), which is synchronous in nature and hence having slower response time.



Enregistrer un commentaire

Plus récente Plus ancienne