Groups
Groups
Sign in
Groups
Groups
iWebPP
Conversations
Labels
About
Send feedback
Help
a P2P Web forward proxy based on Node.js and iWebPP.io
166 views
Skip to first unread message
Tom Zhou
unread,
Mar 1, 2014, 8:45:53 PM
3/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iwe...@googlegroups.com
https://github.com/InstantWebP2P/node-forward-proxy
node-forward-proxy
p2p http and socks forward proxy based on iWebPP.io and Node.js
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
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
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
Reply all
Reply to author
Forward
0 new messages