An node proxy server for web development


License
MIT
Install
npm install feproxy@2.0.4

Documentation

FeProxy

NPM version node version build status Test coverage License

FeProxy is a proxy tool use for web development like the Fiddler, and we use Chrome Devtools to inpect net traffic.

Install

[sudo] npm install feproxy -g

Usage

feproxy

Proxy server http://127.0.0.1:8080

Inspect page http://127.0.0.1:8080/admin.html

Development

git clone https://github.com/feix760/feproxy.git
cd feproxy
npm run dev