Node Http Proxy Express

Node http-proxy and express – Stack Overflow I’m trying to do something like this: // Setup prox to handle blog requests eateServer({ hostnameOnly: true, router: { ‘localhost’: ‘8080’, ‘localhost/blog’: ‘2368’}})(8000); Previously I was using this: eateServer(app)((‘port’), function(){ (“Express server listening on port ” + (‘port’));}); Basically, I want to still […]