Dynamic proxy server in Node.js
Recently I’ve been tinkering with an idea I call nodeploy, for which I needed a dynamic proxy server…. ie, one I could change the configuration of on the fly. I looked at HaProxy and nginx, both of which offer very limited or overly complex functionality that kind of did what I needed, but not really… […]