Best of FastAPIJanuary 2022

  1. 1
    Article
    Avatar of gcgitconnected·4y

    FastAPI vs. Express.js vs. Flask vs. Nest.js Benchmark

    Travis Luong wanted to verify FastAPI’s claims of having performance on par with Node.js. For this, I used wrk, an HTTP benchmarking tool. I also wanted to test it with a call to an endpoint that makes a call. to a Postgres database in order to simulate a more ‘realistic’ scenario.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·4y

    Dockerize your API’s: FastAPI — Part1

    Gagandeep prasad explains how to Dockerize your API’s: FastAPI — Part1. In this simple blog we will create an → basic API && Dockerize it. We will be using docker-compose (reason: it looks cool😎)