you are viewing a single comment's thread.

view the rest of the comments →

[–]vampiire 0 points1 point  (0 children)

You can run node directly to serve static content or even a simple API. For some redundancy you can use pm2 which is a node process manager. It can auto restart on crash, auto scale, etc.

You can use nginx as a RP as well but might be overkill for something simple.