{"id":32522076,"url":"https://github.com/droxer/c10k-python","last_synced_at":"2025-10-28T06:51:06.457Z","repository":{"id":307594297,"uuid":"1030043448","full_name":"droxer/c10k-python","owner":"droxer","description":"How to handle 10K Concurrence requests in Python","archived":false,"fork":false,"pushed_at":"2025-08-02T10:46:40.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-02T12:35:47.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/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-01T02:13:10.000Z","updated_at":"2025-08-02T10:46:44.000Z","dependencies_parsed_at":"2025-08-02T12:35:50.102Z","dependency_job_id":null,"html_url":"https://github.com/droxer/c10k-python","commit_stats":null,"previous_names":["droxer/c100k-python","droxer/c10k-python"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/droxer/c10k-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/droxer","download_url":"https://codeload.github.com/droxer/c10k-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droxer%2Fc10k-python/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:05.675Z","updated_at":"2025-10-28T06:51:06.452Z","avatar_url":"https://github.com/droxer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C10K in Python\n\n## Introduction\n\nDemonstrates scalable techniques for handling 10,000 concurrent requests in Python.\n\n## Install dependencies\n\n```bash\nmake install_dependencies\n```\n\n## Run Async Server\n\nThis implementation uses asyncio and uvloop to handle the requests.\n\n```bash\nmake run_async_server\n```\n\n## Run Flask Gevent  \n\nThis implementation uses gevent to handle the requests.\n\n```bash\nmake run_flask_gevent\n```\n\n## Run FastAPI\n\nThis implementation uses FastAPI to handle the requests.\n\n```bash\nmake run_fastapi\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroxer%2Fc10k-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroxer%2Fc10k-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroxer%2Fc10k-python/lists"}