{"id":17497081,"url":"https://github.com/ccding/go-rproxy","last_synced_at":"2025-04-23T01:08:33.264Z","repository":{"id":57535590,"uuid":"64627610","full_name":"ccding/go-rproxy","owner":"ccding","description":"A transport layer reverse proxy speaking TCP and TLS","archived":false,"fork":false,"pushed_at":"2017-04-17T17:22:48.000Z","size":210,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T01:08:21.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccding.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-08-01T02:02:46.000Z","updated_at":"2023-06-10T02:29:59.000Z","dependencies_parsed_at":"2022-08-29T00:40:58.904Z","dependency_job_id":null,"html_url":"https://github.com/ccding/go-rproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccding%2Fgo-rproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccding%2Fgo-rproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccding%2Fgo-rproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccding%2Fgo-rproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccding","download_url":"https://codeload.github.com/ccding/go-rproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250349056,"owners_count":21415914,"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":[],"created_at":"2024-10-19T15:10:22.169Z","updated_at":"2025-04-23T01:08:33.236Z","avatar_url":"https://github.com/ccding.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-rproxy\n\n[![Build Status](https://travis-ci.org/ccding/go-rproxy.svg?branch=master)](https://travis-ci.org/ccding/go-rproxy)\n[![License](https://img.shields.io/badge/License-Apache%202.0-red.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GoDoc](https://godoc.org/github.com/ccding/go-rproxy?status.svg)](http://godoc.org/github.com/ccding/go-rproxy/rproxy)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ccding/go-rproxy)](https://goreportcard.com/report/github.com/ccding/go-rproxy)\n\nWARNING: This project is still under development. Its API may change\nsignificantly.\n\ngo-rproxy is a transport layer reverse proxy speaking TCP and TLS.\n\nA general usecase is that it accepts TLS/HTTPS requests and forwards them to\nthe backend server as TCP/HTTP requests. This helps software engineers to make\ntheir TCP-based applications have TLS interfaces without modifying their\napplications.\n\nAnother usecase is that it acts as a transport layer proxy to help debugging\nthe API between clients and the server.\n\nIn general, go-rproxy accepts TCP/TLS requests from clients and sends TCP/TLS\nrequests to the server, in any combination, say TCP-\u003eTCP, TCP-\u003eTLS, TLS-TCP,\nTLS-\u003eTLS.\n\nMore details please see `main.go`.\n\nTo test this library, you can use these tools to send or receive TCP/TLS\nrequests:\n```\nserver/server.go:\tTLS server\nclient/client.go:\tTLS client\nnc (netcat):\t\tTCP server/client\ntelnet:\t\t\tTCP client\n```\n\nMore features are on the way...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccding%2Fgo-rproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccding%2Fgo-rproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccding%2Fgo-rproxy/lists"}