Starlette と Pydantic:FastAPI を使わずに強力な API を構築する Python の Web 開発の分野において、FastAPI はその簡潔で使いやすい機能のために多くの注目を集めています。しかし、実際には、FastAPI は Starlette と Pydantic の高レベルなカプセル化に過ぎません。
Web系が苦手なので頑張って勉強中 Webアプリ作るのに以下のような仕組みを作れると便利 で、ASGIで実装するのはいいんだけど、いちから全部作るのめんどいからフレームワークという実装するために必要なものがあらかた揃っているもの使います。Starletteを ...
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building async web services in Python. It is production-ready, and gives you the following: • A lightweight, low-complexity HTTP ...