{"id":13581767,"url":"https://github.com/isobit/ws-tcp-relay","last_synced_at":"2026-04-01T19:14:14.140Z","repository":{"id":55138218,"uuid":"55256677","full_name":"isobit/ws-tcp-relay","owner":"isobit","description":"A simple relay between WebSocket clients and TCP servers","archived":false,"fork":false,"pushed_at":"2020-11-03T07:54:37.000Z","size":12,"stargazers_count":251,"open_issues_count":6,"forks_count":63,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-03-28T00:42:38.365Z","etag":null,"topics":["bridge","golang","proxy","relay","tcp","websocket","websocket-server","websocketd","websockets"],"latest_commit_sha":null,"homepage":"","language":"Go","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/isobit.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}},"created_at":"2016-04-01T19:18:31.000Z","updated_at":"2026-01-06T07:16:35.000Z","dependencies_parsed_at":"2022-08-14T13:10:28.737Z","dependency_job_id":null,"html_url":"https://github.com/isobit/ws-tcp-relay","commit_stats":null,"previous_names":["joshglendenning/ws-tcp-relay"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/isobit/ws-tcp-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isobit%2Fws-tcp-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isobit%2Fws-tcp-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isobit%2Fws-tcp-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isobit%2Fws-tcp-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isobit","download_url":"https://codeload.github.com/isobit/ws-tcp-relay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isobit%2Fws-tcp-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["bridge","golang","proxy","relay","tcp","websocket","websocket-server","websocketd","websockets"],"created_at":"2024-08-01T15:02:13.983Z","updated_at":"2026-04-01T19:14:14.101Z","avatar_url":"https://github.com/isobit.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# ws-tcp-relay\n[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)\n[![Go Report Card](https://goreportcard.com/badge/github.com/isobit/ws-tcp-relay)](https://goreportcard.com/report/github.com/isobit/ws-tcp-relay)\n\nAn extremely simple relay/bridge/proxy between WebSocket clients and TCP servers. Data\nreceived from WebSocket clients is simply forwarded to the specified TCP\nserver, and vice-versa. In other words, it's\n[websocketd](https://github.com/joewalnes/websocketd), but for TCP connections\ninstead of `STDIN` and `STDOUT`.\n\n## Usage\n```\nUsage: ws-tcp-relay \u003ctcpTargetAddress\u003e\n  -b\tUse binary frames instead of text frames\n  -binary\n    \tUse binary frames instead of text frames\n  -p uint\n    \tThe port to listen on (default 4223)\n  -port uint\n    \tThe port to listen on (default 4223)\n  -tlscert string\n    \tTLS cert file path\n  -tlskey string\n    \tTLS key file path\n```\n\n### Binary Data\nBy default, `golang.org/x/net/websocket` uses text frames to deliver payload\ndata. To use binary frames instead, use either the `b` or `binary` flags.\n\n### WSS Support\nTo use secure WebSockets simply specify both the `tlscert` and `tlskey` flags.\n\n## Installation\n```\ngo get -u github.com/isobit/ws-tcp-relay\n```\n\nBinaries are also available on the [release page](https://github.com/isobit/ws-tcp-relay/releases/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisobit%2Fws-tcp-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisobit%2Fws-tcp-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisobit%2Fws-tcp-relay/lists"}