you using 'path' module , however . you dont use its function "join" in ``` fs.readFile(__dirname + '/../public/index.html', function(err, data) { ``` which can be used instead of "+" and helps in removing "/" which not compatible for all OS