kamranayub / ravendb-throttling-outgoing-requests

Rate limiting outgoing requests for .NET and Node.js using RavenDB sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throttling Outgoing Requests in Distributed Scenarios Using RavenDB

This is a companion repository to my article on how to implement throttling for outgoing API requests using RavenDB as a distributed time-based counter.

See dotnet-example and nodejs-example for how to run the sample app.

About

Rate limiting outgoing requests for .NET and Node.js using RavenDB sample


Languages

Language:C# 61.7%Language:JavaScript 38.3%