go-rproxy

command module
v0.0.0-...-6376860 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

README

go-rproxy

Build Status License GoDoc Go Report Card

WARNING: This project is still under development. Its API may change significantly.

go-rproxy is a transport layer reverse proxy speaking TCP and TLS.

A general usecase is that it accepts TLS/HTTPS requests and forwards them to the backend server as TCP/HTTP requests. This helps software engineers to make their TCP-based applications have TLS interfaces without modifying their applications.

Another usecase is that it acts as a transport layer proxy to help debugging the API between clients and the server.

In general, go-rproxy accepts TCP/TLS requests from clients and sends TCP/TLS requests to the server, in any combination, say TCP->TCP, TCP->TLS, TLS-TCP, TLS->TLS.

More details please see main.go.

To test this library, you can use these tools to send or receive TCP/TLS requests:

server/server.go:	TLS server
client/client.go:	TLS client
nc (netcat):		TCP server/client
telnet:			TCP client

More features are on the way...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL