{"id":19798173,"url":"https://github.com/mutinywallet/websocket-proxy","last_synced_at":"2025-09-18T03:30:39.287Z","repository":{"id":171197101,"uuid":"645601999","full_name":"MutinyWallet/websocket-proxy","owner":"MutinyWallet","description":"Websocket to TCP socket proxy","archived":false,"fork":false,"pushed_at":"2023-12-05T03:52:33.000Z","size":17,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T09:51:19.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/MutinyWallet.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}},"created_at":"2023-05-26T02:54:39.000Z","updated_at":"2024-11-06T14:57:59.000Z","dependencies_parsed_at":"2023-12-05T04:42:47.397Z","dependency_job_id":null,"html_url":"https://github.com/MutinyWallet/websocket-proxy","commit_stats":null,"previous_names":["mutinywallet/websocket-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MutinyWallet/websocket-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MutinyWallet%2Fwebsocket-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MutinyWallet%2Fwebsocket-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MutinyWallet%2Fwebsocket-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MutinyWallet%2Fwebsocket-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MutinyWallet","download_url":"https://codeload.github.com/MutinyWallet/websocket-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MutinyWallet%2Fwebsocket-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275702495,"owners_count":25512557,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"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":"2024-11-12T07:28:23.440Z","updated_at":"2025-09-18T03:30:39.011Z","avatar_url":"https://github.com/MutinyWallet.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Websocket TCP Proxy\n\nThis is a Websocket to TCP socket proxy that forwards packets back and forth. The Websocket side is the initiator and they specify the destination with the URL `/v1/127_0_0_1/8080`.\n\n## Running\n\nThis runs both as an axum server or a wasm serverless worker on Cloudflare. Follow the wrangler publish instructions to deploy on cloudflare. To run as an axum server: \n\n```\ncargo run --no-default-features --features=\"server\"\n```\n\n\n\n## Development\n\nWith `wrangler`, you can build, test, and deploy your Worker with the following commands:\n\n```sh\n# install wrangler if you do not have it yet\n$ npm install -g wrangler\n\n# log into cloudflare if you havent before\n$ wrangler login\n\n# compiles your project to WebAssembly and will warn of any issues\n$ npm run build\n\n# run your Worker in an ideal development workflow (with a local server, file watcher \u0026 more)\n$ npm run dev\n\n# deploy your Worker globally to the Cloudflare network (update your wrangler.toml file for configuration)\n$ npm run deploy\n```\n\n### CICD\n\nThere's an example workflow here for publishing on master branch pushes. You need to set `CF_API_TOKEN` in your github repo secrets first.\n\nYou also should either remove or configure `wrangler.toml` to point to a custom domain of yours:\n\n```\nroutes = [\n    { pattern = \"example.com/about\", zone_id = \"\u003cYOUR_ZONE_ID\u003e\" } # replace with your info\n]\n```\n\nand any other info in `wrangler.toml` that is custom to you, like the names / id's of queues or kv's.\n\n### WebAssembly\n\n`workers-rs` (the Rust SDK for Cloudflare Workers used in this template) is meant to be executed as compiled WebAssembly, and as such so **must** all the code you write and depend upon. All crates and modules used in Rust-based Workers projects have to compile to the `wasm32-unknown-unknown` triple.\n\nRead more about this on the [`workers-rs`](https://github.com/cloudflare/workers-rs) project README.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutinywallet%2Fwebsocket-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutinywallet%2Fwebsocket-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutinywallet%2Fwebsocket-proxy/lists"}