Created by: tj
good stuff! plan on using this for some personal stuff, all I really wanted was the routing capabilities, so feel free to ignore the request but I thought it might be nice to simplify the api a little for what I would at least consider one of the most common use-cases for regular vhost-style stuff.
proxy({
'foo.com': 3000
, 'bar.com': 3001
}).listen(80);