0

I have just a single VPS, but i want to host multiple node.js app on it. (like Apache or nginx) I use nginx for proxy but there is a worry sense. You know well; The most important features of Node are I/O non blocking and single threading. If I use this paradigm (nginx proxy), Will I miss this features ? How I can handle this anxiety?

Himen
  • 1,440
  • 12
  • 18

1 Answers1

1

I've written something about that lately, take a look: https://github.com/aspnetde/nodejs-webserver-guide

asp_net
  • 3,567
  • 3
  • 31
  • 58