fs.readFile('/foo.txt', function(err, data) { // TODO: Error Handling Still Needed! console.log(data); });