Python|Build FARM Stack App|0. 介紹

y
chenstraveler
Published in
Nov 25, 2021
20180924 / 德國南部 / photo: chenstraveler

參考: FARM-Stack-Course & FARM-Stack-FastAPI-React-MongoDB

🍼 FARM是Full Stack的架構,由以下內容組成

  • 後端: FastAPI
  • 前端: React JS
  • 資料庫: MongoDB

🍼 特點

  • FastAPI可以快速建立APIs
  • 使用ASGI(Asynchronous Server Gateway Interface)作為伺服器閘道介面
  • 回應時間快速
  • 可支持協程,並且不用再另用import ASYNCIO module
  • FastAPI也有互動式頁面(Swagger),可以方便測試。

🍼 官方document

下一篇正式開始建置FARM Full Stack Application 🐄

代碼同步更新於: GitHub Repo

--

--