Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kamranayub/ravendb-throttling-outgoing-requests
- Owner: kamranayub
- Created: 2020-01-27T05:11:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:21:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T19:35:25.318Z (3 months ago)
- Topics: csharp, dotnet, javascript, nodejs, ravendb
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.