A little experiment of using a proxy with node.js.
- Run ./run-in-docker.sh. This will set up a command prompt in a docker container. Note that this script assumes a Unix environment (it uses the
pwd
command to get the current directory). - Run /proxy/start-proxy.sh. This will run the node.js proxy.
- From a web browser, access http://localhost:8000. This will demonstrate that the proxy is working.