node-vhost

connect middleware for domain request matching - Node.js module
  https://github.com/expressjs/vhost
  0
  no reviews



This module allows one to match incoming http requests to given host-server pairs, also known as virtual hosts.

It only works with in-process Request and Server Node.js objects, in particular it is not a proxy.

Connect is an extensible HTTP server framework.

Node.js is an event-based server-side JavaScript engine.