Ask HN: Where to Host a FastAPI App

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. backendlore

    How I write backends

    Sure it's not for everyone. I learnt a lot doing cash strapped startups where there wasn't a devops person. AWS can get expensive, especially when you start using more and more services (lambda,dynamodb,rds,elasticache etc) although it can be easily scaled.

    Note, you probably shouldn't do it by hand (setting up your own services). You'd use Ansible/Terraform.

    For those that are interested but not quite ready, here's a great article [0].

    [0] https://github.com/fpereiro/backendlore.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. uvicorn

    An ASGI web server, for Python. 🦄

    I switched to Hypercorn because Uvicorn currently supports HTTP/1.1 and WebSockets as mentioned at https://www.uvicorn.org

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A2A Python Tutorial - Comprehensive Guide

    2 projects | dev.to | 2 May 2025
  • Unresolved Memory Management Issues in FastAPI/Starlette/Uvicorn/Python During High-Load Scenarios

    2 projects | /r/learnpython | 1 Sep 2023
  • Change the status code details in a response?

    1 project | /r/FastAPI | 5 May 2023
  • I want to learn web application infrastructure.

    1 project | /r/sysadmin | 31 Jan 2023
  • Cloud Run cold starts much slower than Cloud Functions?

    4 projects | /r/googlecloud | 29 Dec 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?