From 2c9df8d57e101c8b484b29806234ffc0e603a28b Mon Sep 17 00:00:00 2001 From: Pratik Agarwal Date: Thu, 2 Nov 2023 11:41:02 -0300 Subject: [PATCH] chore: changes to README per feedback --- examples/nodejs/rate-limiter/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/nodejs/rate-limiter/README.md b/examples/nodejs/rate-limiter/README.md index b186351ff..8171b87ef 100644 --- a/examples/nodejs/rate-limiter/README.md +++ b/examples/nodejs/rate-limiter/README.md @@ -100,6 +100,10 @@ To override totalRequests to 10, randomDelayUpperBound to 60, and tpmLimit to 1, MOMENTO_API_KEY="yourApiKey" npm run rate-limiter 10 60 1 ``` +## Analysis + +Read our [blog post](https://www.gomomento.com/blog/did-you-say-you-want-a-distributed-rate-limiter) for an analysis of the rate-limiter against other approaches! + ## Conclusion In conclusion, Momento's Node.js Client Library empowers developers to implement efficient rate-limiting with ease, ensuring service stability and equitable resource distribution. It exemplifies how modern solutions can elegantly address classical challenges in distributed systems.