{"id":21961711,"url":"https://github.com/longern/webtransportify","last_synced_at":"2026-05-10T16:41:44.022Z","repository":{"id":256159588,"uuid":"849782104","full_name":"longern/webtransportify","owner":"longern","description":"Translates WebTransport traffic to TCP socket traffic.","archived":false,"fork":false,"pushed_at":"2024-11-25T02:46:55.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T11:01:20.607Z","etag":null,"topics":["javascript","rust","self-signed-certificate","tcp","tunnel","webtransport"],"latest_commit_sha":null,"homepage":"https://webtransportify.pages.dev","language":"Rust","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/longern.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}},"created_at":"2024-08-30T08:32:49.000Z","updated_at":"2024-11-25T03:08:26.000Z","dependencies_parsed_at":"2024-09-18T07:06:01.737Z","dependency_job_id":"f50f2348-4e9b-427a-9f59-9acac07d2f58","html_url":"https://github.com/longern/webtransportify","commit_stats":null,"previous_names":["longern/webtransportify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/longern/webtransportify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fwebtransportify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fwebtransportify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fwebtransportify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fwebtransportify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/longern","download_url":"https://codeload.github.com/longern/webtransportify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/longern%2Fwebtransportify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","rust","self-signed-certificate","tcp","tunnel","webtransport"],"created_at":"2024-11-29T10:17:36.639Z","updated_at":"2026-05-10T16:41:43.986Z","avatar_url":"https://github.com/longern.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## webtransportify\n\nTranslates WebTransport traffic to TCP socket traffic.\n\nIf you have a server with public IP address, but\n\n- you don't have a domain name\n- or your domain name resolution is banned\n- or you don't have a TLS certificate\n\nYou can use this tool to securely visit your server through WebTransport tunnel.\n\n### Features\n\n- Auto renew self-signed WebTransport certificates (ECDSA P-256, 14 days)\n- Service worker to proxy requests through WebTransport tunnel\n\n### Usage\n\nRun the server along with the target server.\n\n```bash\ncargo run -r -- 80\n```\n\nCertificate hash will be printed to the console.\n\nThen visit the demo page. Set the `URL` to `\u003cyour_ip\u003e:34433` and `Certificate Hash` to the hash printed.\n\nClick `Connect` and you should see the target server's response.\n\nTest the client by running the following command:\n\n```\ncargo run -r -- 127.0.0.1:34433 --client --port 34480 --sch \u003chash_printed\u003e\n```\n\n### Security\n\nSet environment variable `ALLOW_ORIGINS` as `https://example.com,https://*.your-domain.com`.\n\n### Limitations\n\nSafari and WebView on iOS do not support WebTransport yet. See [Browser compatibility](https://developer.mozilla.org/en-US/docs/Web/API/WebTransport#browser_compatibility).\n\nIn the demo we use a service worker to proxy requests, which means:\n\n- Any service worker provided by the original server will not work\n- Basic authentication will not show the login dialog\n- `HttpOnly` cookies cannot be stored securely so they are ignored\n- `WebSocket` will not go through the tunnel automatically\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fwebtransportify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongern%2Fwebtransportify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongern%2Fwebtransportify/lists"}