https://github.com/nodejh/node-proxy
a reverse proxy application by node.js
https://github.com/nodejh/node-proxy
Last synced: about 1 year ago
JSON representation
a reverse proxy application by node.js
- Host: GitHub
- URL: https://github.com/nodejh/node-proxy
- Owner: nodejh
- Created: 2016-11-25T09:38:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T20:32:33.000Z (about 9 years ago)
- Last Synced: 2025-01-16T12:52:32.633Z (about 1 year ago)
- Language: JavaScript
- Size: 69.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 用 Node.js 实现的代理程序
设置终端代理
```
export http_proxy=ip:port
```
测试
```
ab -n 1000 -c 10 http://localhost:9000/
```