Stream Emojis - Build it yourself 🛠

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • AspNetCoreRateLimit

    ASP.NET Core rate limiting middleware

  • Eventually I got around to implementing rate limiting on the endpoints, for the dotnet Core WebApi it is really easy to add thanks to the AspNetCoreRateLimit NuGet package. I chose to limit the endpoint to 2 requests per second, per IP Address as well as a limit of 10 requests per 30 seconds per IP Address. Then on the front end I added some messages to let the user know that they are being rate limited and we also limit their ability to spam the same emoji multiple times.

  • 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

  • Can I protect an controller endpoint from getting brute forced?

    1 project | /r/csharp | 29 Jun 2022
  • How to implement API Rate limiting/throttling [.Net Framework 4.5]

    1 project | /r/dotnet | 12 May 2021
  • .Net 7 rate limiting with redis distributed cache with tenant based architecture

    3 projects | /r/dotnet | 10 Apr 2023
  • ASP.NET Core rate limiting middleware in .NET 7

    3 projects | dev.to | 25 Sep 2022
  • How can i throttle jobs ?

    2 projects | /r/laravel | 22 Oct 2021