Skip to content

overly simplified POC of tcp file transfer proxy in go

Notifications You must be signed in to change notification settings

aesrael/tcp-proxy-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Proxy

This is a simple implementation of how data can be sent through TCP to a server via a proxy in go.

This project demos the transfer of a file in the given flow.

client --> proxy --> server

Try it out?

clone this directory. open up 3 terminal tabs navigate to the client proxy and server directories

go run main.go

Note: run the client project only after the server and proxy-server is running.

License

MIT

About

overly simplified POC of tcp file transfer proxy in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages