Why install a server (Nginx, Apache ...) using Node.js?

Possible duplicate:
Why do we need apache in Node.js express web framework?

I wonder why I should install a server such as Nginx or Apache with Node.js. I used to think that a server could help me deal with cache management or something else. But I found out that Connect static middleware is already doing this, right?

+5
source share
2 answers

If you don’t know why you need Nginx or Apache on top of Node.js, you don’t need it.

Nginx ( ), Node.js: , URL, http, , .

, Node.js , . .

+12

- . , Nginx . , .

+2

All Articles