Make sure you know when your Node.js process crashes: output the error to stderr, append it to a file (synchronously), increment a statsd counter, send it via email, and send it via SMS. Cover all your bases in case of loss of filesystem access or internet connectivity!
A lightweight package for sending SMS via Twilio, and email via Sendgrid. Also makes it easy to receive SMS and email from these services in express-based apps.