{"id":17023964,"url":"https://github.com/devside/tiny-reverse-proxy","last_synced_at":"2025-04-05T20:27:01.014Z","repository":{"id":35189668,"uuid":"207191540","full_name":"DevSide/tiny-reverse-proxy","owner":"DevSide","description":"Single command line proxy for HTTP and Websocket requests","archived":false,"fork":false,"pushed_at":"2022-12-10T06:24:51.000Z","size":2127,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T16:01:38.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DevSide.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":"2019-09-09T00:23:39.000Z","updated_at":"2022-02-20T20:40:15.000Z","dependencies_parsed_at":"2023-01-15T16:01:02.509Z","dependency_job_id":null,"html_url":"https://github.com/DevSide/tiny-reverse-proxy","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Ftiny-reverse-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Ftiny-reverse-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Ftiny-reverse-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevSide%2Ftiny-reverse-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevSide","download_url":"https://codeload.github.com/DevSide/tiny-reverse-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247395954,"owners_count":20932235,"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":[],"created_at":"2024-10-14T07:14:54.832Z","updated_at":"2025-04-05T20:27:00.990Z","avatar_url":"https://github.com/DevSide.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiny-reverse-proxy\n\nIt is a single command line HTTP and Websocket proxy built on top of node-http-proxy.\u003cbr/\u003e\n\n## Install\n\nInstall with `npm`:\n\n```bash\nnpm install --save-dev --save-exact tiny-reverse-proxy\n# or globally\nnpm install --global tiny-reverse-proxy\n```\n\nInstall with `yarn`:\n\n```bash\nyarn add tiny-reverse-proxy --dev --exact\n# or globally\nyarn global add tiny-reverse-proxy\n```\n\n## Usage\n\nForward requests from 127.0.0.1:8000 to 10.0.2.2:8000\n\n```bash\ntiny-reverse-proxy --proxy=10.0.2.2,8000\n```\n\nForward requests from 127.0.0.1:3000 to my.host:8000\n\n```bash\ntiny-reverse-proxy --proxy=my.host,8000,3000\n```\n\nMultiple proxies at the same time\n\n```bash\ntiny-reverse-proxy --proxy=10.0.2.2,8000 --proxy=my.host,8000,3000\n```\n\nYou can also use the environment variable `TINY_REVERSE_PROXY` with the same options\n\n```bash\nTINY_REVERSE_PROXY=\"--proxy=10.0.2.2,8000 --proxy=my.host,8000,3000\" tiny-reverse-proxy\n```\n\n## Limitations\n\nIt doesn't handle HTTPS requests.\u003cbr/\u003e\nIt can't send a single request to multiple hosts.\u003cbr/\u003e\n\nFeel free to open pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevside%2Ftiny-reverse-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevside%2Ftiny-reverse-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevside%2Ftiny-reverse-proxy/lists"}