[nodejs] Re: Forever with ssh

2012-10-18 Thread Clay Simmons
I like using upstart on Ubuntu to keep my node process running. Not sure if this is considered bad form, but I've been using it in production for about 8 months without any issues. https://gist.github.com/3911822 If you're using screen, not to keep your node processes running, but just for doi

[nodejs] Re: How to host a node.js app on a server

2013-08-19 Thread Clay Simmons
I'm surprised no one has mentioned haproxy yet. In my production setup, I use haproxy in front of Node and Apache. It also supports websocket connections. I'm running an app that has an admin console that runs on a typical LAMP stack (except the M in my scenario is Mong