npm proxy express code example
Example 1: set proxy for npm
npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
Example 2: express proxy
//example reverse proxy using http proxy middleware without nginx
https://github.com/restuwahyu13/express-reverse-proxy