|
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 |
Answered by
animir
Nov 21, 2023
Replies: 1 comment
|
Hi @AAAATTIEH. I can help you with that. |
0 replies
Answer selected by
animir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AAAATTIEH. I can help you with that.
You can start from Contribution section in Readme.
Then you can get
RateLimiterMongo,RateLimiterRedisor any other limiter as example. All limiters are quite similar with some database specifics. After you finishRateLimiterAcebaseclass, you can copy Redis tests from this file and refactor them foracebaseclient instantiation.If you have more questions, you may ask here or better create the new issue.