Virtual hosting with standalone node.js server

后端 未结 3 2060
失恋的感觉
失恋的感觉 2020-11-30 22:38

Is there a way to currently do virtual hosting with node.js server (i.e. host multiple domains under one IP) ?

3条回答
  •  粉色の甜心
    2020-11-30 23:16

    Sure, you can use bouncy or node-http-proxy specifically for that.

    There's also an Express solution. Check out this example.

提交回复
热议问题