Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

File metadata and controls

8 lines (5 loc) · 324 Bytes

StaticHttpProxyExample

Example using http-proxy and serving static content.

This example is built using Node.js. To run the example install node.js, then clone the repository. Run npm install from the cloned directory.

Then exectute node app and visit http://localhost:3333/ in your browser.