An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## 用 Node.js 实现的代理程序

设置终端代理

```
export http_proxy=ip:port
```

测试

```
ab -n 1000 -c 10 http://localhost:9000/
```