nodejs.tcp.proxy
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple node.js TCP proxy
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

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。