Hosting everything on Linode. nginx as a load balancer (running 4 node processes on different ports as upstart scripts with respawn) and for serving static files. Express + Jade (but I do most of the things on the client - calling REST API) redis as a session store: https://github.com/visionmedia/connect-redis DB - MongoDb (I also use Mongoose: http://mongoosejs.com/ ) I also host most of the static resources on S3 a…
It's very useful for me. Thanks.