{"id":37096097,"url":"https://github.com/visheshsinha/load-balancer-go","last_synced_at":"2026-01-14T11:50:22.421Z","repository":{"id":67797121,"uuid":"544122591","full_name":"visheshsinha/load-balancer-go","owner":"visheshsinha","description":"Load Balancer to forward request to multiple HTTP Servers using round robin algorithm and health check functionality.","archived":false,"fork":false,"pushed_at":"2022-10-18T09:49:19.000Z","size":3922,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-25T12:05:21.373Z","etag":null,"topics":["flask","golang","load-balancer","python","reverse-proxy","round-robin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visheshsinha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-10-01T17:52:12.000Z","updated_at":"2022-10-18T09:49:47.000Z","dependencies_parsed_at":"2023-02-22T17:00:11.666Z","dependency_job_id":null,"html_url":"https://github.com/visheshsinha/load-balancer-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/visheshsinha/load-balancer-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visheshsinha%2Fload-balancer-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visheshsinha%2Fload-balancer-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visheshsinha%2Fload-balancer-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visheshsinha%2Fload-balancer-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visheshsinha","download_url":"https://codeload.github.com/visheshsinha/load-balancer-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visheshsinha%2Fload-balancer-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"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":["flask","golang","load-balancer","python","reverse-proxy","round-robin"],"created_at":"2026-01-14T11:50:21.824Z","updated_at":"2026-01-14T11:50:22.414Z","avatar_url":"https://github.com/visheshsinha.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Load Balancer - Go Lang\n\n\nFire-up multiple HTTP servers (Flask Required):\n\n```\npython src/server.py \"Server-Name\" \"Port No.\"\nfor i in {1..5}; do python src/server.py \"Server-$i\" \"500$i\" \u0026 done\n```\n\nWhile importing `gocron` do this after writing the import statement:\n\n```\ngo mod init examplem/load-balancer \ngo mod tidy\n```\n\nGet the loadbalancer online:\n\n```\ngo run src/loadbalancer.go\n```\n\nLand multiple requests on the loadbalancer using `curl` command:\n\n```\nfor i in {1..10}; do curl 127.0.0.1:8000; done\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisheshsinha%2Fload-balancer-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisheshsinha%2Fload-balancer-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisheshsinha%2Fload-balancer-go/lists"}