Favorites
b/ebookdownloadbyleevinh

High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python (True PDF)

High-Performance Web Apps with FastAPI: The Asynchronous Web Framework Based on Modern Python (True PDF)

English | 2023 | ISBN: 9781484291788 | 321 pages | True PDF | 7 MB

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.

No comments have been posted yet. Please feel free to comment first!

    Load more replies

    Join the conversation!

    Log in or Sign up
    to post a comment.