Doesn't work with latest version of node.js I'm using (v0.10.28). Get an error caused by passing a non-string to path.join Got it working by changing sever.js line 9 from: res.sendfile('index.html'); to res.sendfile('index.html', {root: __dirname});