Should I call an external API from my Angular client or ASP.NET back-end?

This page summarizes the projects mentioned and recommended in the original post on /r/learncsharp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • AspNetCore.Proxy

    ASP.NET Core Proxies made easy.

  • By setting up your backend as a proxy to another API, you're setting up extra code: your front end makes a request to your back end, and your back end makes an almost identical request to another API, which means more code to maintain and more unit tests to write. A lot of the code duplication goes away if you use a package like AspNetCore.Proxy to do most of the heavy lifting with implementing a proxy.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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