Hacker News new | ask | show | jobs
by dugword 3433 days ago
Node.js would not replace Apache in that stack, it would replace Python (flask).

Apache is for static content and to act as an HTTP proxy for managing connections.

You can, and should, put Apache (or Nginx) in front of a Node.js web service.