Is there a way to currently do virtual hosting with node.js server (i.e. host multiple domains under one IP) ?
I would recomend express-vhost because the others solutions are based on a proxy server, it means that each one of you vhost should open a different port.