lua-resty-global-throttle
Throttler
Provides general flow control with shared storage support.
General purpose flow control with shared storage support
24 stars
3 watching
9 forks
Language: Lua
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yudppp/throttle | A library that provides a throttle function for rate limiting functions in Go. | 38 |
openresty/lua-resty-limit-traffic | A Lua library for rate limiting and traffic control in web applications | 819 |
mariusae/trickle | A tool to manage and control network bandwidth usage on Unix-like systems. | 568 |
sindresorhus/p-throttle | A utility for rate-limiting function calls to prevent excessive usage and ensure efficient resource utilization | 443 |
grahamcampbell/laravel-throttle | A package to manage rate limiting in Laravel applications | 705 |
jprjr/lua-resty-exec | Allows running external programs in Lua without spawning a shell or blocking the execution of the program | 59 |
timebug/lua-resty-redis-ratelimit | A Lua-based module to limit incoming requests between multiple instances using a 'leaky bucket' algorithm and Redis as the backend storage. | 163 |
dryruby/rack-throttle | A Rack middleware that limits the rate of incoming HTTP requests to applications. | 947 |
bungle/lua-resty-uuid | FFI bindings for a universally unique identifier library allowing Lua applications to interact with UUIDs in C compatible way. | 60 |
gpleiss/nnlr | Adds layer-wise learning rate schemes to a deep neural network implementation | 47 |
iresty/lua-resty-libr3 | A high-performance path dispatching library base on FFI for Lua applications. | 57 |
azurewang/lua-resty-postgres | A nonblocking Lua driver library for interacting with PostgreSQL databases in high-performance web applications. | 64 |
openresty/lua-resty-redis | Provides a Lua interface to Redis, leveraging the nonblocking cosocket API for high-performance connectivity. | 1,904 |
reugn/equalizer | A set of performant rate limiters for Go applications | 88 |
boraseoksoon/throttler | Provides utility functions for throttling, debouncing, and delaying operations to manage asynchronous execution | 139 |