{"id":42684820,"url":"https://github.com/codepr/rlb","last_synced_at":"2026-01-29T12:08:11.498Z","repository":{"id":78234678,"uuid":"289998711","full_name":"codepr/rlb","owner":"codepr","description":"Rough-and-ready lightweight load-balancer in Rust.","archived":false,"fork":false,"pushed_at":"2024-12-09T18:14:05.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-09T19:24:10.470Z","etag":null,"topics":["http","load-balancer","reverse-proxy","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codepr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-24T17:48:27.000Z","updated_at":"2024-12-09T18:14:09.000Z","dependencies_parsed_at":"2023-02-25T09:30:11.904Z","dependency_job_id":null,"html_url":"https://github.com/codepr/rlb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codepr/rlb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frlb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frlb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frlb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frlb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codepr","download_url":"https://codeload.github.com/codepr/rlb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codepr%2Frlb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","load-balancer","reverse-proxy","rust"],"created_at":"2026-01-29T12:08:09.831Z","updated_at":"2026-01-29T12:08:11.486Z","avatar_url":"https://github.com/codepr.png","language":"Rust","readme":"rlb\n===\n\n(**R**)ust(**L**)oad(**B**)alancer, simple reverse-proxy written to learn the\nlanguage.\n\nPoC ported from [llb](https://github.com/codepr/llb.git) as a learning and\ncomparative exercise, evaluation of Rust language and dabbling with a solid\ntype-system.\n\nFeatures:\n\n- Basic healthcheck for backends\n- Round-robin, hash-balancing, random-balancing, leasttraffic\n\nTo test it I run some local `nginx` on docker:\n\n```sh\n$ docker run --rm --name nginx-1 --publish 7892:80 nginx\n```\n\n```sh\n$ docker run --rm --name nginx-2 --publish 9898:80 nginx\n```\n\nAnd run the load-balancer with `config.yaml`\n\n```yaml\nlisten_on: \"127.0.0.1:6767\"\nbackends:\n    - \"127.0.0.1:7892\"\n    - \"127.0.0.1:9898\"\nprobe_interval: 5000\nbalancing: round-robin\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Frlb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodepr%2Frlb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodepr%2Frlb/lists"}