Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamranayub/ravendb-throttling-outgoing-requests

Rate limiting outgoing requests for .NET and Node.js using RavenDB sample
https://github.com/kamranayub/ravendb-throttling-outgoing-requests

csharp dotnet javascript nodejs ravendb

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](dotnet-example) and [nodejs-example](nodejs-example) for how to run the sample app.