jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.51k stars 135 forks source link

API client on multiple servers #94

Open ludovicdesuez opened 1 year ago

ludovicdesuez commented 1 year ago

I am trying to use this library on the API client side, but I have multiple servers that make the calls. Any ideas about how to handle a distributed situation ?