Reputation: 1450
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?
Upvotes: 0
Views: 54
Reputation: 3597
I've written something about that lately, take a look: https://github.com/aspnetde/nodejs-webserver-guide
Upvotes: 1