{"id":28555883,"url":"https://github.com/totaljs/proxy","last_synced_at":"2026-02-12T08:06:22.603Z","repository":{"id":276677745,"uuid":"929932433","full_name":"totaljs/proxy","owner":"totaljs","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-06T07:23:09.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-17T21:41:47.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totaljs.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-09T18:22:32.000Z","updated_at":"2025-03-06T07:23:13.000Z","dependencies_parsed_at":"2025-02-09T20:19:51.476Z","dependency_job_id":"d72f8771-e6e8-4352-83b3-937d3cfc7c0d","html_url":"https://github.com/totaljs/proxy","commit_stats":null,"previous_names":["totaljs/proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/totaljs/proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totaljs","download_url":"https://codeload.github.com/totaljs/proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totaljs%2Fproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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-06-10T06:08:08.334Z","updated_at":"2026-02-12T08:06:22.589Z","avatar_url":"https://github.com/totaljs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Total.js Proxy (BETA)\n\n\u003e It's a simple NGROK alternative.\n\nThis repository contains two apps that can make a proxy between localhost and a domain on your server. All communication is via the WebSocket. The client app connects to the server application through the WebSocket.\n\n__Functionality__:\n\n- [x] HTTP requests\n- [ ] WebSocket (is not supported)\n\n__Requirements__\n\n- Node.js Platform `+19`\n- Total.js v5 framework `$ npm install total5`\n\n## Server\n\nThe server app must be hosted on your server and must be available via HTTP protocol because the client will connect to it via WebSocket. This app is a standard Total.js web app.\n\n__Installation__:\n\n- install [Node.js Platform](https://nodejs.org/en/download)\n- install dependencies (only Total.js v5):\n\n```sh\ncd server\nnpm install\nnpm start\n# or run it via: node index.js\n```\n\n## Client\n\nThe client app connects to the proxy server app. After the client connects, the server will \"redirect\" all HTTP requests to your local port.\n\n### Installation\n\n1. Install [Node.js Platform](https://nodejs.org/en/download)\n2. Install Total.js v5 globally:\n\n   ```sh\n   npm install -g total5\n   ```\n\n### Usage\n\nTo start the proxy client, use the following command:\n\n```sh\ntotal5 proxyclient SERVER_ENDPOINT LOCAL_PORT\n```\n\nFor example:\n\n```sh\ntotal5 proxyclient https://localhost.zapwize.com 8000\n```\n\nThis will connect to the proxy server and forward all HTTP requests to your local port 8000.\n\n### Alternative Method (Legacy)\n\nIf you prefer to install dependencies locally and run the script manually:\n\n```sh\n# Clone this repository and follow the steps below\ncd client\nnpm install\nnode client.js SERVER_ENDPOINT LOCAL_PORT\n# or\nnode client.js SERVER_ENDPOINT LOCAL_HOST:LOCAL_PORT\n```\n\nExample:\n\n```sh\nnode client.js http://yourserverproxy.com 8000\n# or\nnode client.js http://yourserverproxy.com 127.0.0.1:8000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaljs%2Fproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotaljs%2Fproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotaljs%2Fproxy/lists"}