gleam-lang / awesome-gleam

💯 A collection of Gleam libraries, projects, and resources
1.36k stars 76 forks source link

Rate limiting library #109

Closed lpil closed 2 months ago

nootr commented 2 months ago

Hi @lpil!

Thanks for Gleam, I'm really enjoying it (and the community!) so far.

I've built a small rate limiting library. It's a work in progress as I'm still thinking about its API and some of the code could be optimized, but I'm planning on turning it into something production ready :)

lpil commented 2 months ago

Nice! It would be good to document the storage you've used so folks can understand the constraints and applicable use cases.

There's also these libraries too: https://packages.gleam.run/?search=crabbucket

Thank you