Node.js + Nginx - What now?

后端 未结 12 1631
抹茶落季
抹茶落季 2020-11-22 00:26

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:

  1. How should they work together? How should I handl
12条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 00:40

    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..

提交回复
热议问题