Setting up Fast API in IIS and run APIs in Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

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. hypercorn

    Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

    You might find some recommendations to use hypercorn rather than uvicorn, I tried that initially but I couldn't resolve an issue with socket permission, I raised it as a bug in their GitHub repo.

  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. 🦄

    You might find some recommendations to use hypercorn rather than uvicorn, I tried that initially but I couldn't resolve an issue with socket permission, I raised it as a bug in their GitHub repo.

  4. fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    This article will show you how to setup an API written in Python using an amazing framework called FastAPI. This article is an introduction on how to use the framework, I blog later on more advanced use cases.

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

  • The problem with Flask async views and async globals

    4 projects | dev.to | 2 Aug 2021
  • hypercorn VS tremolo - a user suggested alternative

    2 projects | 12 Jul 2024
  • uvicorn VS tremolo - a user suggested alternative

    2 projects | 11 Jul 2024
  • Tornado VS tremolo - a user suggested alternative

    2 projects | 11 Jul 2024
  • sanic VS tremolo - a user suggested alternative

    2 projects | 11 Jul 2024