I'm currently developing a project using node, and as I'm approaching the launch, I'm struggling to find resources on how to setup node for use on a commercial, production server. Most resources I have seen have consisted of contrived, simple examples without taking into account scalability and fault tolerance. So, my question is, can anybody offer advice or point me to resources for setting up a node installation that:
- Is fault tolerant. If an instance crashes, it needs to be logged and restarted
- Creating a pool of node instances that can be load balanced
- Provide useful insights into resource usage
- Production node security practices
- Anything else that would be helpful in a production web environment that I am surely missing