2.0.0 • Published 8 years ago

flight-proxyn v2.0.0

Weekly downloads
6
License
MIT
Repository
-
Last release
8 years ago

flight proxyn

server the static behind a proxy.

This project is used to map some resource url to local, the map pattern is like app-ms-oOdj2ofjJOf.css to local app.css.

npm install flight-proxyn

var FlightProxy = require('flight-proxyn');
var flight = FlightProxy({port: 3456, config: {remote_url: "http://...", search_path: "...."}});
flight.run();
2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago