I\'ve set up Node.js and Nginx on my server. Now I want to use it, but, before I start there are 2 questions:
You could also use node.js to generate static files into a directory served by nginx. Of course, some dynamic parts of your site could be served by node, and some by nginx (static).
Having some of them served by nginx increases your performance..