{"id":13581925,"url":"https://github.com/kasvith/simplelb","last_synced_at":"2025-04-04T09:09:28.085Z","repository":{"id":36008986,"uuid":"219178782","full_name":"kasvith/simplelb","owner":"kasvith","description":"World's most dumbest Load Balancer","archived":false,"fork":false,"pushed_at":"2024-08-21T07:17:36.000Z","size":23,"stargazers_count":526,"open_issues_count":2,"forks_count":112,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-28T08:08:24.064Z","etag":null,"topics":["go","golang","load-balancer","loadbalancer"],"latest_commit_sha":null,"homepage":"https://kasvith.me/posts/lets-create-a-simple-lb-go","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasvith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"kasvith","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-11-02T16:10:53.000Z","updated_at":"2025-03-21T00:00:38.000Z","dependencies_parsed_at":"2022-07-29T20:39:44.489Z","dependency_job_id":"2841e3c7-fa17-42cd-8952-a3e04a5206f6","html_url":"https://github.com/kasvith/simplelb","commit_stats":{"total_commits":34,"total_committers":5,"mean_commits":6.8,"dds":"0.11764705882352944","last_synced_commit":"4e389cddedf8cecc6387ee07baea3efcc22f3dde"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Fsimplelb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Fsimplelb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Fsimplelb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasvith%2Fsimplelb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasvith","download_url":"https://codeload.github.com/kasvith/simplelb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149502,"owners_count":20891954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["go","golang","load-balancer","loadbalancer"],"created_at":"2024-08-01T15:02:19.468Z","updated_at":"2025-04-04T09:09:28.063Z","avatar_url":"https://github.com/kasvith.png","language":"Go","funding_links":["https://ko-fi.com/kasvith"],"categories":["Go"],"sub_categories":[],"readme":"# SimpleLB\n\nSimple LB is the simplest Load Balancer ever created.\n\nIt uses RoundRobin algorithm to send requests into set of backends and support\nretries too.\n\nIt also performs active cleaning and passive recovery for unhealthy backends.\n\nSince its simple it assume if / is reachable for any host its available\n\n# How to use\n```bash\nUsage:\n  -backends string\n        Load balanced backends, use commas to separate\n  -port int\n        Port to serve (default 3030)\n```\n\nExample:\n\nTo add followings as load balanced backends\n- http://localhost:3031\n- http://localhost:3032\n- http://localhost:3033\n- http://localhost:3034\n```bash\nsimple-lb.exe --backends=http://localhost:3031,http://localhost:3032,http://localhost:3033,http://localhost:3034\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasvith%2Fsimplelb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasvith%2Fsimplelb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasvith%2Fsimplelb/lists"}