{"id":19492846,"url":"https://github.com/oatpp/funnel-proxy","last_synced_at":"2025-10-09T11:03:31.283Z","repository":{"id":94411300,"uuid":"265375913","full_name":"oatpp/funnel-proxy","owner":"oatpp","description":"Transparent multiplexing proxy","archived":false,"fork":false,"pushed_at":"2020-05-22T23:40:53.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:48:55.339Z","etag":null,"topics":["async","http","multiplexing","oatpp","proxy"],"latest_commit_sha":null,"homepage":"https://oatpp.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oatpp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-05-19T21:51:21.000Z","updated_at":"2023-08-27T12:00:33.000Z","dependencies_parsed_at":"2023-04-23T02:29:01.556Z","dependency_job_id":null,"html_url":"https://github.com/oatpp/funnel-proxy","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"14f63b71aec155f89307034ca675639df5234656"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Ffunnel-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Ffunnel-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Ffunnel-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Ffunnel-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oatpp","download_url":"https://codeload.github.com/oatpp/funnel-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240738222,"owners_count":19849563,"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":["async","http","multiplexing","oatpp","proxy"],"created_at":"2024-11-10T21:23:19.052Z","updated_at":"2025-10-09T11:03:31.162Z","avatar_url":"https://github.com/oatpp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Funnel-Proxy\n\nTransparent multiplexing proxy.  \nIt can handle hundreds of thousand connections and proxy them to downstream services using a fixed connection pool.  \nIt can also be embedded in Oat++ services via [monolithization](https://oatpp.io/docs/monolithization/).\n\nSee more:\n\n- [Oat++ Website](https://oatpp.io/)\n- [Oat++ Github Repository](https://github.com/oatpp/oatpp)\n- [Oat++ Monolithization](https://oatpp.io/docs/monolithization/)\n\n## When To Use\n\n- You have a simple request-response API and you want to increase the possible concurrency level it can run on.\n\n## When Not To Use\n\n- Streaming. You can't do streaming through funnel-proxy, because the stream will acquire a connection from connection-pool\nforever and you'll limit your concurrency level to the number of connections in the connection pool.  \n*However you can implement your custom streaming on the proxy-side - when proxy doing continuous streaming while requesting chunk-by-chunk from the source service*\n- Long-polling - same as for streaming.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Ffunnel-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foatpp%2Ffunnel-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Ffunnel-proxy/lists"}