{"id":29016160,"url":"https://github.com/soylent/eventmachine-proxy","last_synced_at":"2026-04-28T23:05:33.856Z","repository":{"id":56889398,"uuid":"264061674","full_name":"soylent/eventmachine-proxy","owner":"soylent","description":"minimal HTTPS (CONNECT) proxy server","archived":false,"fork":false,"pushed_at":"2025-06-18T03:07:12.000Z","size":35,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T05:30:34.966Z","etag":null,"topics":["eventmachine","https-proxy","proxy"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/soylent.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":"2020-05-15T01:02:40.000Z","updated_at":"2025-06-18T03:57:56.000Z","dependencies_parsed_at":"2025-06-18T03:27:43.354Z","dependency_job_id":null,"html_url":"https://github.com/soylent/eventmachine-proxy","commit_stats":null,"previous_names":["soylent/proxxxy","soylent/eventmachine-proxy","soylent/proxxy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/soylent/eventmachine-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Feventmachine-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Feventmachine-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Feventmachine-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Feventmachine-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soylent","download_url":"https://codeload.github.com/soylent/eventmachine-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soylent%2Feventmachine-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261823645,"owners_count":23215128,"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":["eventmachine","https-proxy","proxy"],"created_at":"2025-06-25T22:06:53.766Z","updated_at":"2026-04-28T23:05:28.628Z","avatar_url":"https://github.com/soylent.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eventmachine-proxy\n\nMinimal CONNECT proxy server.\n\n## Features\n\n- Tiny.\n- Efficient. It uses EM-native proxying methods.\n- Backpressure handling. To keep memory usage low and bounded, connections are\n  paused if the receiver is slower than the sender.\n- Secure. Only global unicast addresses are allowed by default.\n\n## Installation\n\n    $ gem install eventmachine-proxy\n\n## Usage\n\n```ruby\nrequire \"eventmachine-proxy\"\n\nEventMachine.run do\n  EventMachine.start_server(\"127.0.0.1\", 3128, EventMachine::Protocols::CONNECT)\nend\n```\n\nThe code above starts an HTTPS proxy server on port 3128. To test it:\n\n    $ curl -px 127.0.0.1:3128 https://example.org\n\n### Options\n\nThe following options can be passed as the last argument.\n\n| Option | Description | Default |\n|---|---|---|\n| `connect_timeout` | Timeout to establish proxy connection | 20.0 s |\n| `connection_inactivity_timeout` | Auto-close connection after this inactivity timeout | 0 |\n| `connection_buffer_size` | Proxy buffer size, one way | 8 MiB |\n| `request_buffer_size` | CONNECT request buffer size | 1 KiB |\n| `allow_all` | Allow addresses other than global unicast | false |\n\n## Development\n\nPull requests are welcome.\n\nTo run tests:\n\n    $ ruby -Ilib test/test_*\n\nTo run the benchmark:\n\n    $ ruby -Ilib benchmark.rb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoylent%2Feventmachine-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoylent%2Feventmachine-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoylent%2Feventmachine-proxy/lists"}