lua-resty-balancer
Balancer library
A Lua module implementing a generic consistent hash and round-robin balancer for load balancing
A generic consistent hash implementation for OpenResty/Lua
331 stars
26 watching
77 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ruoshan/lua-resty-jump-consistent-hash | An implementation of consistent hashing for load balancing in Lua-based web servers | 25 |
openresty/lua-resty-core | A Lua library providing an FFI-based API to interact with the Nginx Lua module | 812 |
openresty/lua-resty-string | A set of string utility functions and hash algorithms for Lua, designed to work with nginx and LuaJIT. | 431 |
openresty/lua-resty-limit-traffic | A Lua library for rate limiting and traffic control in web applications | 822 |
openresty/lua-resty-lock | A simple nonblocking lock API for ngx_lua based on shared memory dictionaries | 308 |
openresty/lua-resty-dns | A Lua DNS resolver module for the nginx lua module | 326 |
openresty/lua-resty-websocket | A Lua implementation of the WebSocket protocol for use in web servers. | 509 |
openresty/lua-resty-mysql | A Lua-based nonblocking MySQL driver library for high-performance web applications. | 709 |
openresty/lua-resty-signal | A Lua library for sending signals to Linux processes | 33 |
kong/lua-resty-aws | An AWS SDK library for OpenResty written in Lua | 24 |
openresty/lua-resty-shdict-simple | A shared dictionary API interface written in Lua for OpenResty applications | 32 |
vislee/lua-resty-wrr | A Lua library implementing round-robin weight-based upstream selection for OpenResty proxy servers | 3 |
detailyang/lua-resty-cors | Provides an OpenResty module to implement CORS (Cross-Origin Resource Sharing) policies | 56 |
kong/lua-resty-counter | A lock-free counter implementation for Lua in the context of a high-performance web server | 22 |
openresty/lua-resty-shell | Provides a Lua module for executing shell commands in a non-blocking manner. | 125 |