Skip to content

Commit

Permalink
chore: changes to README per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Nov 2, 2023
1 parent ae69470 commit 2c9df8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/nodejs/rate-limiter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2c9df8d

Please sign in to comment.