Is it possible to create single http server in node.js which will accept connections on multiple hostnames? For example: I have a number of subdomains (x1.domain.com, x2.dom
It looks like it's not (natively) possible unless some kind of proxy or extra IP address for certain (sub)domains is used.