Skip to content

Commit

Permalink
更新说明文档。
Browse files Browse the repository at this point in the history
  • Loading branch information
廖哥 committed May 29, 2012
1 parent 38038d2 commit eaa4eba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nproxy基于node.js开发,用于实现http协议级别的Web代理。
目前支持简单的的HTML代理,完整的HTML、JS等重写正在完成中,问题会比较多,如果有发现,请反馈到hellolwq@gmail.com

一、安装步骤
1、安装node.js环境 http://nodejs.org/#download
2、下载nproxy文件 https://github.com/hellolwq/nproxy/downloads
3、修改nproxy.js配置监听端口。(之后会统一放到配置文件)
4、命令行下执行:node nproxy,启动nproxy
5、打开浏览器进行访问http://localhost:port/nproxy/http/baidu.com

0 comments on commit eaa4eba

Please sign in to comment.