Skip to content

gonzalo123/nodejs.tcp.proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple nodejs proxy server

The situation is the following one:

  • One host (client) establishes a TCP connection to another one (remote)

client ---> remote

  • Client starts the TCP conection to the remote's port
  • We want to put a proxy server in the middle
  • we can do it with netcat or even with a ssh tunnel but we want to play with node.js

client -- proxy -> remote

About

Simple node.js TCP proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published