Skip to content
#

fixed-window

Here are 14 public repositories matching this topic...

limitron is a Go library providing flexible and efficient rate limiting algorithms with support for multiple storage backends (in-memory and Redis). It offers easy-to-use factories, a unified Limiter interface, and constants for robust configuration. Suitable for API protection, service throttling, or any scenario requiring access control based

  • Updated Sep 6, 2025
  • Go

A robust and scalable API Rate Limiter implementation in .NET Core, supporting 4 algorithms (Fixed Window, Sliding Window, Token Bucket, Concurrency) with IP-based rate limiting. Built using Clean Architecture and integrated with Redis for distributed environments.

  • Updated Feb 2, 2025
  • C#

A modern Promise rate-limiter for Node.js projects, implementing a fixed-window throttling policy. It restricts the number of tasks that can start execution within distinct, non-overlapping time windows. The API provides backpressure control by signaling availability, for enhanced efficiency.

  • Updated Dec 27, 2024
  • TypeScript

Improve this page

Add a description, image, and links to the fixed-window topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fixed-window topic, visit your repo's landing page and select "manage topics."

Learn more