{"id":32522071,"url":"https://github.com/droxer/c10k-go","last_synced_at":"2025-10-28T06:51:04.843Z","repository":{"id":307590429,"uuid":"1030038661","full_name":"droxer/c10k-go","owner":"droxer","description":"How to handle 100K Concurrence requests in Go","archived":false,"fork":false,"pushed_at":"2025-08-17T14:03:08.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T16:07:45.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/droxer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-01T01:57:28.000Z","updated_at":"2025-08-17T14:03:11.000Z","dependencies_parsed_at":"2025-08-02T12:36:03.619Z","dependency_job_id":null,"html_url":"https://github.com/droxer/c10k-go","commit_stats":null,"previous_names":["droxer/c10k","droxer/c10k-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/droxer/c10k-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/droxer","download_url":"https://codeload.github.com/droxer/c10k-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281397302,"owners_count":26493908,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-28T06:51:03.886Z","updated_at":"2025-10-28T06:51:04.836Z","avatar_url":"https://github.com/droxer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C10K in Go\n\n## Introduction\n\nDemonstrates scalable techniques for handling 10,000 concurrent requests in Go\n\n## Install dependencies\n\n```\nmake install_dependencies\n```\n\n## Run Standard Server\n\nThis implementation uses the standard library's `net/http` package.\n```\nmake run_server\n```\n\n## Run Fasthttp Server\n\nThis implementation uses the `fasthttp` package.\n```\nmake run_fasthttp\n```\n\n## Run Gin Server\n\nThis implementation uses the `gin` package.\n```\nmake run_gin\n```\n\n## Run Echo Server\n\nThis implementation uses the `echo` package.\n```\nmake run_echo\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroxer%2Fc10k-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroxer%2Fc10k-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroxer%2Fc10k-go/lists"}