-
Acebase is a database system similar to firebase but local. Any suggestions or code implementations on how to implement node-rate-limiter in it would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AAAATTIEH. I can help you with that. |
Beta Was this translation helpful? Give feedback.
Hi @AAAATTIEH. I can help you with that.
You can start from Contribution section in Readme.
Then you can get
RateLimiterMongo
,RateLimiterRedis
or any other limiter as example. All limiters are quite similar with some database specifics. After you finishRateLimiterAcebase
class, you can copy Redis tests from this file and refactor them foracebase
client instantiation.If you have more questions, you may ask here or better create the new issue.