{"id":16532736,"url":"https://github.com/wpjunior/tcp-libra","last_synced_at":"2026-05-11T17:38:16.906Z","repository":{"id":28084493,"uuid":"31582122","full_name":"wpjunior/tcp-libra","owner":"wpjunior","description":"Simple TCP/IP Load balancer written in python (tornado)","archived":false,"fork":false,"pushed_at":"2016-03-06T22:44:26.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T12:28:44.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/wpjunior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-03T06:00:35.000Z","updated_at":"2025-02-03T14:34:45.000Z","dependencies_parsed_at":"2022-08-02T10:56:49.343Z","dependency_job_id":null,"html_url":"https://github.com/wpjunior/tcp-libra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wpjunior/tcp-libra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpjunior%2Ftcp-libra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpjunior%2Ftcp-libra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpjunior%2Ftcp-libra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpjunior%2Ftcp-libra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpjunior","download_url":"https://codeload.github.com/wpjunior/tcp-libra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpjunior%2Ftcp-libra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32906505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-10-11T18:13:20.143Z","updated_at":"2026-05-11T17:38:16.890Z","avatar_url":"https://github.com/wpjunior.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TCP/Libra\n-----\n\nSimple TCP/IP Load balancer written in python (tornado)\n\nInstalation\n-----------\n\npip install tcp-libra\n\n\nRunning\n-------\n\ntcp-libra\n\n\nAPI\n---\n\nGET localhost:4001/api/reals\n----------------------------\n\nList all reals\n\noutput:\n\n[{\"available\": true, \"connections\": 0, \"host\": \"localhost\", \"id\": 1, \"port\": 8080}, {\"available\": true, \"connections\": 0, \"host\": \"localhost\", \"id\": 2, \"port\": 8080}]\n\n\nPOST localhost:4001/api/reals\n-----------------------------\n\nCreate a real\n\nCurl example:\ncurl -H \"Content-Type: application/json\" -XPOST http://localhost:4001/api/reals -d'{\"host\": \"localhost\", \"port\": 8080}'\n\noutput:\n{\"available\": true, \"connections\": 0, \"host\": \"localhost\", \"id\": 2, \"port\": 8080}\n\n\nDELETE localhost:4001/api/reals/:id\n-----------------------------------\n\nDelete a real\n\nCurl example:\ncurl-json -XDELETE http://localhost:4001/api/reals/1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpjunior%2Ftcp-libra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpjunior%2Ftcp-libra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpjunior%2Ftcp-libra/lists"}