{"id":15381016,"url":"https://github.com/tani/hyper-tunnel","last_synced_at":"2025-04-15T19:09:18.436Z","repository":{"id":37051344,"uuid":"120761371","full_name":"tani/hyper-tunnel","owner":"tani","description":"HTTPS tunnel over WSS","archived":false,"fork":false,"pushed_at":"2024-07-29T13:55:36.000Z","size":168,"stargazers_count":19,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T19:09:12.660Z","etag":null,"topics":["https","nodejs","tunnel-client","tunnel-server","websocket","wss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-02-08T12:54:52.000Z","updated_at":"2024-07-29T13:53:29.000Z","dependencies_parsed_at":"2024-05-21T01:29:33.993Z","dependency_job_id":"a48b4a87-5d03-4046-9ae2-4e3468ae5d46","html_url":"https://github.com/tani/hyper-tunnel","commit_stats":{"total_commits":161,"total_committers":4,"mean_commits":40.25,"dds":"0.39751552795031053","last_synced_commit":"f035a411daecbe1d68c5f1e1b6b3f4a966065ca6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tani%2Fhyper-tunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tani%2Fhyper-tunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tani%2Fhyper-tunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tani%2Fhyper-tunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tani","download_url":"https://codeload.github.com/tani/hyper-tunnel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135809,"owners_count":21218365,"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":["https","nodejs","tunnel-client","tunnel-server","websocket","wss"],"created_at":"2024-10-01T14:25:22.512Z","updated_at":"2025-04-15T19:09:18.415Z","avatar_url":"https://github.com/tani.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hyper-tunnel\n\nhyper-tunnel is HTTPS tunnel over WSS\n\n## Introduction\n\nIn the meetup and other situations, we have to expose our localhost to host demo-application avoid Firewall for other participants. Generally, this is worst way. Tunneling over HTTP have risks by MITM. For this reason, almost services provide tunnels over End-to-End SSL/TLS in paid plan. This project is a simple toolkit to make HTTP tunneling over End-to-End SSL/TLS by WSS (WebSocketSecure). hyper-tunnel works on the following route.\n\n```\nweb browser \u003c--HTTPS--\u003e hyper-tunnel server\n                              |\n~~~~~~~~~~~~~~Firewall~~~~~~ WSS ~~~~~~~\n                              |\n  localhost \u003c-HTTP(S)-\u003e hyper-tunnel client\n```\n\n## How to use\n\n```sh\n$ npm install -g tani/hyper-tunnel\n$ htunnel server --authorization USERNAME:PASSWORD --port 4000\n$ htunnel client --authorization USERNAME:PASSWORD --localhost localhost:8000 --remotehost localhost:4000\n```\n\nNow you can access localhost:4000 with browsers, and hyper-tunnel access localhost:4000. `\n\n## Related Services\n\n- localtunnel\n- ngrok\n- pagekite\n\n## Copyright \u0026 License\n\nCopryright (c) 2018 TANIGUCHI Masaya All Rights Reserved.\n\nhyper-tunnel licensed under the GPLv3 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftani%2Fhyper-tunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftani%2Fhyper-tunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftani%2Fhyper-tunnel/lists"}