node-forward-proxy 

p2p http and socks forward proxy based on iWebPP.io and Node.js 
https://github.com/InstantWebP2P/node-forward-proxy
 <https://github.com/InstantWebP2P/node-forward-proxy#features>Features 
   
   - http / socks proxy server as forward-proxy import service
   - http connect tunnel over iWebPP.io STUN session as forward-proxy 
   export service
   - secure p2p proxy tunnel to build user-defined webvpn service
   - high udp data transfer performance

 <https://github.com/InstantWebP2P/node-forward-proxy#install>Install 
   
   - npm install forward-proxy, or git clone 
   https://github.com/InstantWebP2P/forward-proxy.git && cd forward-proxy 
   && npm install
   - forward-proxy depend on node-httpp, please npm install httpp-binary.if 
   the binary didn't work, just build it from source: 
   https://github.com/InstantWebP2P/node-httpp 

 <https://github.com/InstantWebP2P/node-forward-proxy#usageapi>Usage/API 
   
   - for export service, refer to demo/export.js. to start it, just node 
   demo/export.js
   - for http proxy server, refer to demo/webproxy.js. to start it, just 
   node demo/webproxy.js
   - for socks proxy server, refer to demo/socksproxy.js. to start it, just 
   node demo/export.js
   - for http/socks server, please fill export service vURL in 
   options.export, when create Proxy instance
   - web browser is http proxy / socks proxy client
   - after setup export service and start http or socks server, then set 
   web browser proxy settings point to http/socks server
   - for forward-proxy util, refer to bin/forward-proxy. to start it, just 
   node bin/forward-proxy --key usrkey(MUST) --http_port xxx --socks_port xxx 
   --export_vurl vURL --enable_export
   - export/import service's usrkey need to be same


Best regards

  Tom

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to